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', {
|
const GuildSchema = sequelize.define<IGuild>('guilds', {
|
||||||
guildId: {
|
guildId: {
|
||||||
type: DataTypes.BIGINT,
|
type: DataTypes.BIGINT,
|
||||||
|
primaryKey: true,
|
||||||
allowNull: false
|
allowNull: false
|
||||||
},
|
},
|
||||||
language: {
|
language: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user