Apply schema constraints in PostgreSQL PostgreSQL tables now use NOT NULL and NUMERIC precision and scale when the schema metadata declares them. Invalid decimal metadata fails before the table is created.
Recent Commits to rows:develop
-
Apply schema constraints in PostgreSQL
-
Use schema subtypes in PostgreSQL
Use schema subtypes in PostgreSQL Schema CSV files now preserve optional field metadata when loaded. PostgreSQL imports use generated integer and text subtypes while schemas without metadata retain the previous mapping.