mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-14 12:14:33 +01:00
Add column()
This commit is contained in:
@@ -11,6 +11,7 @@ export default class Tag extends BaseModel {
|
||||
})
|
||||
public label: BelongsTo<typeof Translation>
|
||||
|
||||
@column()
|
||||
public labelId: number
|
||||
|
||||
@column.dateTime({ autoCreate: true })
|
||||
|
||||
Reference in New Issue
Block a user