This commit is contained in:
2023-06-12 05:43:37 +02:00
parent fe04aaba31
commit 73685614ab
2 changed files with 26 additions and 21 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ class UserModel extends Model<UserAttributes, UserCreationAttributes>{
updatedAt?: Date;
username: string = "";
password: string = "";
id: undefined;
id?:number;
// declare title
}
export const MUser = sequelize.define<UserModel>(