printout and time change
This commit is contained in:
parent
a112805fbb
commit
848a9e86fc
4 changed files with 53 additions and 32 deletions
|
@ -14,8 +14,8 @@ export class Protocol1729347911107 implements MigrationInterface {
|
|||
{ name: "id", type: variableType_int, isPrimary: true, isGenerated: true, generationStrategy: "increment" },
|
||||
{ name: "title", type: "varchar", length: "255", isNullable: false },
|
||||
{ name: "date", type: "date", isNullable: false },
|
||||
{ name: "starttime", type: "timestamp", isNullable: true },
|
||||
{ name: "endtime", type: "timestamp", isNullable: true },
|
||||
{ name: "starttime", type: "time", isNullable: true },
|
||||
{ name: "endtime", type: "time", isNullable: true },
|
||||
{ name: "summary", type: "text", isNullable: true },
|
||||
],
|
||||
}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue