Commit 8aadb6f4 by Sxy

fix: last_change_date

parent 37ce8e7c
...@@ -46,7 +46,7 @@ module.exports = (db, DataTypes) => { ...@@ -46,7 +46,7 @@ module.exports = (db, DataTypes) => {
defaultValue: false defaultValue: false
}, },
last_change_date: { last_change_date: {
type: DataTypes.BOOLEAN, type: DataTypes.DATE,
defaultValue: false defaultValue: false
}, },
isSuper: { isSuper: {
......
ALTER TABLE `brg-center-manage`.`p_user`
ADD COLUMN `last_change_date` datetime NOT NULL COMMENT '最后更新时间'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment