Function: Column()
Column(
options?): (target,propertyKey) =>void
Defined in: service-core/src/decorators/PersistenceDecorators.ts:131
Indicates that the decorated property will be persisted as a column/property in the datastore.
Parameters
options?
ColumnOptions = {}
The options describing the column.
Returns
(target, propertyKey) => void