Updated the Guild.ts model

This commit is contained in:
2023-11-11 18:55:50 +01:00
parent 933eec0f53
commit 848ee68462

View File

@ -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: {