Basic User and Guild registration
This commit is contained in:
@@ -8,13 +8,13 @@ module.exports = {
|
||||
primaryKey: true,
|
||||
type: Sequelize.INTEGER
|
||||
},
|
||||
gid: {
|
||||
guildID: {
|
||||
type: Sequelize.STRING
|
||||
},
|
||||
adminRole: {
|
||||
adminRoleID: {
|
||||
type: Sequelize.STRING
|
||||
},
|
||||
owderId: {
|
||||
owderID: {
|
||||
type: Sequelize.STRING
|
||||
},
|
||||
createdAt: {
|
||||
|
||||
Reference in New Issue
Block a user