Files
idpan.poznan.pl/administrator/components/com_j2xml/sql/install.postgresql.utf8.sql
2026-02-08 21:16:11 +01:00

6 lines
179 B
SQL

CREATE TABLE IF NOT EXISTS "#__j2xml_usergroups" (
"id" serial NOT NULL,
"parent_id" bigint DEFAULT 0 NOT NULL,
"title" varchar(100) DEFAULT '' NOT NULL,
PRIMARY KEY ("id"));