Replies: 1 comment 6 replies
-
|
Hello it looks like you want to use JTI hierarchy. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, everybody,
I am trying to create a connection to a database with models. Preferably with automatic creation of migration files. To do this I have approached it in the following way.
Here is my connection configuration
Migration configuration
Compiler
My base model
and my model
I hope I've done everything right
And now, how should I get this run? I am a little bit irritated.
For starting the ORM I have this
$schema- is my model because compiler gives me some argues with this description:Expected parameter of type '\Cycle\ORM\SchemaInterface|null', '\mixed[][]' providedIt's a little bit confused described in the docs.
Beta Was this translation helpful? Give feedback.
All reactions