pub fn module_migration_sql(module: &Module) -> Result<String>Expand description
The CREATE TABLE migration SQL for a module reconstructed from its manifest entry. The
built-in users table keeps its special migration (email UNIQUE, is_admin default).