calender crud operations
This commit is contained in:
parent
e7b8257336
commit
bf701163d6
18 changed files with 703 additions and 0 deletions
|
@ -14,6 +14,7 @@ export class Calendar1729947763295 implements MigrationInterface {
|
|||
{ name: "id", type: variableType_int, isPrimary: true, isGenerated: true, generationStrategy: "increment" },
|
||||
{ name: "type", type: "varchar", length: "255", isNullable: false },
|
||||
{ name: "nscdr", type: "tinyint", isNullable: false },
|
||||
{ name: "color", type: "varchar", length: "255", isNullable: false },
|
||||
],
|
||||
})
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue