mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-14 12:14:33 +01:00
Add color in skill
This commit is contained in:
@@ -15,6 +15,9 @@ export default class Skill extends BaseModel {
|
||||
@column()
|
||||
public fileId: number
|
||||
|
||||
@column()
|
||||
public color: string
|
||||
|
||||
@column.dateTime({ autoCreate: true })
|
||||
public createdAt: DateTime
|
||||
|
||||
|
||||
Reference in New Issue
Block a user