printout and time change
This commit is contained in:
parent
a112805fbb
commit
848a9e86fc
4 changed files with 53 additions and 32 deletions
|
@ -11,10 +11,10 @@ export class protocol {
|
|||
@Column({ type: "date" })
|
||||
date: Date;
|
||||
|
||||
@Column({ type: "timestamp", nullable: true })
|
||||
@Column({ type: "time", nullable: true })
|
||||
starttime: Date;
|
||||
|
||||
@Column({ type: "timestamp", nullable: true })
|
||||
@Column({ type: "time", nullable: true })
|
||||
endtime: Date;
|
||||
|
||||
@Column({ type: "text", nullable: true })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue