Skip to content
Search
DSL · Postgresql

to_pgsql_schema_table

Definition

/**
 * Convert a Flow Schema into a PostgreSQL table definition.
 *
 * @param string $databaseSchema PostgreSQL schema (namespace) the table belongs to
 * @param ?TableOptions $options table-level options the Flow Schema cannot express (e.g. UNLOGGED)
 */
to_pgsql_schema_table(Schema $schema, string $tableName, string $databaseSchema, ?EntryTypesMap $typesMap, ?TableOptions $options) : Table

Contributors

Built in the open.

Join us on GitHub
scroll back to top