Commit abf52cf3 by 王昆

gsb

parent de4d6d5c
......@@ -20,6 +20,18 @@ module.exports = function(sequelize, DataTypes) {
type: DataTypes.STRING(255),
allowNull: true
},
phone_no: {
type: DataTypes.STRING,
allowNull: true
},
id_no: {
type: DataTypes.STRING,
allowNull: true
},
bankno: {
type: DataTypes.STRING,
allowNull: true
},
workload: {
type: DataTypes.STRING(255),
allowNull: true
......
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