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