protocol optional fields
This commit is contained in:
parent
b9b258a1f6
commit
5f434c943e
3 changed files with 7 additions and 7 deletions
|
@ -9,7 +9,7 @@ export class ProtocolBase1728037129072 implements MigrationInterface {
|
|||
new TableColumn({
|
||||
name: "starttime",
|
||||
type: "timestamp",
|
||||
isNullable: false,
|
||||
isNullable: true,
|
||||
})
|
||||
);
|
||||
await queryRunner.addColumn(
|
||||
|
@ -17,7 +17,7 @@ export class ProtocolBase1728037129072 implements MigrationInterface {
|
|||
new TableColumn({
|
||||
name: "endtime",
|
||||
type: "timestamp",
|
||||
isNullable: false,
|
||||
isNullable: true,
|
||||
})
|
||||
);
|
||||
await queryRunner.addColumn(
|
||||
|
@ -25,7 +25,7 @@ export class ProtocolBase1728037129072 implements MigrationInterface {
|
|||
new TableColumn({
|
||||
name: "summary",
|
||||
type: "text",
|
||||
isNullable: false,
|
||||
isNullable: true,
|
||||
})
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue