Updated the Guild.ts model
This commit is contained in:
parent
933eec0f53
commit
848ee68462
@ -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: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user