no
This commit is contained in:
@@ -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>(
|
||||
|
||||
Reference in New Issue
Block a user