Skip to content

Setup: Schema

dante di domenico edited this page Oct 24, 2024 · 1 revision

Edit configuration

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.

Clone this wiki locally