Compare commits
1 Commits
9af519d72f
...
9e812fdef2
Author | SHA1 | Date | |
---|---|---|---|
9e812fdef2 |
@ -31,7 +31,7 @@ export class User extends Model {
|
||||
declare playertype: 'java' | 'bedrock' | 'noauth';
|
||||
@Column({ type: DataTypes.STRING })
|
||||
declare password: string;
|
||||
@Column({ type: DataTypes.UUID })
|
||||
@Column({ type: DataTypes.UUIDV4 })
|
||||
@Index
|
||||
declare uuid: string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user