first commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
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"));
|
||||
Reference in New Issue
Block a user