Commit 7d5dc3ea by 孙亚楠

dd

parent 5d2f97a7
...@@ -56,6 +56,7 @@ module.exports = function (db, DataTypes) { ...@@ -56,6 +56,7 @@ module.exports = function (db, DataTypes) {
province: { type: DataTypes.STRING, field: 'province', allowNull: true }, province: { type: DataTypes.STRING, field: 'province', allowNull: true },
create_account_time: { type: DataTypes.DATE, field: 'create_account_time', allowNull: true }, create_account_time: { type: DataTypes.DATE, field: 'create_account_time', allowNull: true },
invoice_content: { type: DataTypes.STRING, field: 'invoice_content', allowNull: true }, invoice_content: { type: DataTypes.STRING, field: 'invoice_content', allowNull: true },
merchant_app_user_id: { type: DataTypes.STRING, field: 'merchant_app_user_id', allowNull: true ,comment:'订单用户id'},
}, },
// { // {
// underscore: true, // underscore: 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