Добрый день, подскажите, что за формат такой? PostgreSQL, естествено, ругается на синтаксические ошибки
CREATE TABLE IF NOT EXISTS `table1`
column1-1 int / serial PK Auto_Increment
column1-2 int NOT NULL
column1-3 int NOT NULL
CREATE TABLE IF NOT EXISTS `table2`
column2-1 int / serial PK Auto_Increment
column2-2 int NOT NULL
column2-3 int NOT NULL