mirror of
https://github.com/igorsimdyanov/php8.git
synced 2025-08-06 11:10:42 +00:00
5 lines
71 B
SQL
5 lines
71 B
SQL
CREATE TABLE catalogs (
|
|
id INTEGER NOT NULL,
|
|
name TEXT NOT NULL
|
|
);
|