Closed jasonmccreary closed 8 months ago
This adds a connection option to the meta section of a model, which will generate a model and any migration with the $connection property set to that value.
connection
meta
$connection
For example:
models: Example: meta: connection: readonly # ...
Closes #639
This adds a
connection
option to themeta
section of a model, which will generate a model and any migration with the$connection
property set to that value.For example:
Closes #639