protocol base data
This commit is contained in:
parent
5c4e521bd8
commit
edc35f2f87
7 changed files with 73 additions and 1 deletions
|
@ -10,4 +10,13 @@ export class protocol {
|
|||
|
||||
@Column({ type: "date" })
|
||||
date: Date;
|
||||
|
||||
@Column({ type: "timestamp" })
|
||||
starttime: Date;
|
||||
|
||||
@Column({ type: "timestamp" })
|
||||
endtime: Date;
|
||||
|
||||
@Column({ type: "text" })
|
||||
summary: string;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue