test for postgres geography column type
This commit is contained in:
parent
4e800df27d
commit
d8448fd5ed
@ -186,4 +186,7 @@ export class Post {
|
||||
|
||||
@Column("daterange")
|
||||
daterange: string;
|
||||
|
||||
@Column("geography")
|
||||
geography: string;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user