mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-22 07:50:27 +01:00
Remove useless column
This commit is contained in:
@@ -8,9 +8,6 @@ export default class PostColor extends BaseModel {
|
||||
@column()
|
||||
public name: string
|
||||
|
||||
@column()
|
||||
public color: string
|
||||
|
||||
@column.dateTime({ autoCreate: true })
|
||||
public createdAt: DateTime
|
||||
|
||||
|
||||
Reference in New Issue
Block a user