DO object / stub initialization and table initialization are completely independent concepts. The co

DO object / stub initialization and table initialization are completely independent concepts. The constructor talk is just a convenience some developers take on.

You’ll always get errors querying tables don’t exist until you create them. How you manage migrations including table init is your call.
Was this page helpful?