mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-25 09:10:25 +01:00
working
This commit is contained in:
@@ -6,7 +6,7 @@ export default class DockerBuild extends BaseModel {
|
||||
public id: number
|
||||
|
||||
@column()
|
||||
public build: bigint
|
||||
public builds: bigint
|
||||
|
||||
@column.dateTime({ autoCreate: true })
|
||||
public createdAt: DateTime
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -9,7 +9,7 @@ export default class Location extends BaseModel {
|
||||
public since: DateTime
|
||||
|
||||
@column()
|
||||
public location: string
|
||||
public place: string
|
||||
|
||||
@column()
|
||||
public left: string
|
||||
|
||||
Reference in New Issue
Block a user