This is an SQL-only extension for PostgreSQL that provides uniform functions for generating SQL Data Definition Language (DDL) scripts for objects created in a database. It contains a bunch of SQL ...
--CREATE TABLE is used to define the schema for a table, specifying: ...