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