A property that represents a foreign key to another model in a database. By default it is a "uuid" type, but if you want to use an arbitrary string, or an integer type you can set the dataType property.
dataType
Additional configurations.
A property that represents a foreign key to another model in a database. By default it is a "uuid" type, but if you want to use an arbitrary string, or an integer type you can set the
dataType
property.