added array option to column options to be able to create array types in postgres

This commit is contained in:
Umed Khudoiberdiev 2017-06-17 14:38:31 +05:00
parent d0b5b34817
commit 6d5c05a989

View File

@ -8,9 +8,4 @@ export interface ColumnEmbeddedOptions {
*/
prefix?: string;
/**
* Indicates if this embedded column is an array.
*/
array?: boolean;
}