Apply migrations
Request the schema capability
Schema changes need thetinycloud.sql/schema action for the same database
path used at runtime.
If you use the tc.sql shortcut, the database name is default.
What to avoid
- do not run cold
CREATE TABLEorALTER TABLEin a request path - do not copy app-specific schema bootstrap helpers between apps
- do not treat mirrored indexes as canonical data without saying so
