1
This commit is contained in:
@@ -32,6 +32,10 @@ module.exports = (db) => {
|
||||
allowNull: false,
|
||||
defaultValue: 0,
|
||||
},
|
||||
response_body: {
|
||||
type: Sequelize.TEXT,
|
||||
allowNull: true,
|
||||
},
|
||||
call_date: {
|
||||
type: Sequelize.DATEONLY,
|
||||
allowNull: false,
|
||||
@@ -50,6 +54,6 @@ module.exports = (db) => {
|
||||
}
|
||||
);
|
||||
|
||||
//biz_api_call_log.sync({ force: true });
|
||||
//biz_api_call_log.sync({ force: true });
|
||||
return biz_api_call_log;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user