Files
php_8/postgresql/catalog.sql
2022-06-06 15:08:44 +03:00

5 lines
71 B
SQL

CREATE TABLE catalogs (
id INTEGER NOT NULL,
name TEXT NOT NULL
);