mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-25 01:00:28 +01:00
Working on v3
This commit is contained in:
@@ -10,6 +10,9 @@ export default class User extends BaseModel {
|
||||
@column({ isPrimary: true })
|
||||
public id: number
|
||||
|
||||
@column()
|
||||
public username: string
|
||||
|
||||
@column()
|
||||
public email: string
|
||||
|
||||
|
||||
Reference in New Issue
Block a user