base migration and schema optimization
This commit is contained in:
parent
0d8499b828
commit
d156cc6ad6
16 changed files with 426 additions and 22 deletions
|
@ -19,7 +19,7 @@ export class inspectionPlan {
|
|||
remindTime: PlanTimeDefinition;
|
||||
|
||||
@CreateDateColumn()
|
||||
created: Date;
|
||||
createdAt: Date;
|
||||
|
||||
@Column()
|
||||
equipmentId: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue