Page Contents

Home > @loopback/repository-tests > CrudFeatures > freeFormProperties

CrudFeatures.freeFormProperties property

Does the database (or the connector) require a fixed schema, or can it support additional (free-form) properties? SQL databases typically don’t support free-form properties.

Default: true

Signature:

freeFormProperties: boolean;