pub fn generate_postgres_ddl(schema: &YAuthSchema) -> StringExpand description
Generate complete Postgres DDL for the entire schema.
Returns one string with all CREATE TABLE IF NOT EXISTS statements, in topological order (dependencies first).
pub fn generate_postgres_ddl(schema: &YAuthSchema) -> StringGenerate complete Postgres DDL for the entire schema.
Returns one string with all CREATE TABLE IF NOT EXISTS statements, in topological order (dependencies first).