added test for mssql timestam column
This commit is contained in:
parent
22ebb24e82
commit
286c290ad3
@ -105,6 +105,9 @@ export class Post {
|
||||
@Column("time")
|
||||
timeObj: Date;
|
||||
|
||||
@Column("timestamp")
|
||||
timestamp: Date;
|
||||
|
||||
// @Column("time")
|
||||
// time: string;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user