More changes for db migration
This commit is contained in:
parent
de0284e48a
commit
889dc02945
33 changed files with 740 additions and 100 deletions
|
@ -5,6 +5,7 @@ export default function (sequelize, DataTypes) {
|
|||
description: DataTypes.STRING,
|
||||
type: DataTypes.ENUM('direct', 'paypal'), // eslint-disable-line new-cap
|
||||
ip: 'inet',
|
||||
data: DataTypes.JSON,
|
||||
}, {
|
||||
indexes: [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue