Updated the Guild.ts model

This commit is contained in:
Mathias Wagner 2023-11-11 18:55:50 +01:00
parent 933eec0f53
commit 848ee68462
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

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