Modified migration files
This commit is contained in:
parent
1e3f564bb9
commit
b2623e611f
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
module.exports = {
|
||||
async up(queryInterface, Sequelize) {
|
||||
await queryInterface.createTable('OrgMembers', {
|
||||
OrganizationOrgId: {
|
||||
OrganizationOrgID: {
|
||||
type: Sequelize.UUID,
|
||||
primaryKey: true,
|
||||
},
|
||||
|
|
|
|||
Reference in a new issue