dbIndex(): (target, key) => void
For relational databases such as PostgreSQL and MySQL, an index will be created for this property.
Sets {@link PropertyMeta.isIndexed}.
Returns
(target, key): void
Parameters
target
object
key
string
Returns
void