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