hi,
so i suddenly find myself in need of being able to create new server side mysql tables in code, similar to how its done locally in sqlite3.
when user register in my app, a separate user table needs to be created.
does anyone know of a way to do that in coronium?