-
Notifications
You must be signed in to change notification settings - Fork 11
Setup: Schema
dante di domenico edited this page Oct 24, 2024
·
1 revision
If you need to extend the schema associations, you can do it by adding the "Schema.associations" configuration in config/app_local.php (or in config/projects/<projectName>.php if you use multi project configuration).
I.e.:
'Schema' => [
'associations' => [
'Captions',
],
],With the above example, the Captions association will be added to the basic associations.