This commit is contained in:
2020-12-19 21:16:44 +01:00
parent 48fa997811
commit 7478e85bae
11 changed files with 149 additions and 44 deletions

View File

@@ -6,7 +6,7 @@ export default class DockerCommand extends BaseModel {
public id: number
@column()
public command: string
public commands: bigint
@column.dateTime({ autoCreate: true })
public createdAt: DateTime