mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
added array option to column options to be able to create array types in postgres
This commit is contained in:
parent
d0b5b34817
commit
6d5c05a989
@ -8,9 +8,4 @@ export interface ColumnEmbeddedOptions {
|
||||
*/
|
||||
prefix?: string;
|
||||
|
||||
/**
|
||||
* Indicates if this embedded column is an array.
|
||||
*/
|
||||
array?: boolean;
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user