test for postgres geography column type

This commit is contained in:
Kononnable 2019-12-15 21:41:44 +01:00
parent 4e800df27d
commit d8448fd5ed

View File

@ -186,4 +186,7 @@ export class Post {
@Column("daterange")
daterange: string;
@Column("geography")
geography: string;
}