Interface: ColumnInfo
Defined in: service-core/src/decorators/PersistenceDecorators.ts:75
Describes a single persisted column/property of a model class.
Properties
designType?
optionaldesignType?:any
Defined in: service-core/src/decorators/PersistenceDecorators.ts:79
The design type of the property as captured at decoration time.
options
options:
ColumnOptions
Defined in: service-core/src/decorators/PersistenceDecorators.ts:81
The options that the column was declared with.
propertyName
propertyName:
string
Defined in: service-core/src/decorators/PersistenceDecorators.ts:77
The name of the class property.