Updated the Guild.ts model
This commit is contained in:
@ -10,6 +10,7 @@ export interface IGuild extends Model<InferAttributes<IGuild>, InferCreationAttr
|
||||
const GuildSchema = sequelize.define<IGuild>('guilds', {
|
||||
guildId: {
|
||||
type: DataTypes.BIGINT,
|
||||
primaryKey: true,
|
||||
allowNull: false
|
||||
},
|
||||
language: {
|
||||
|
Reference in New Issue
Block a user