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

7 lines
282 B
SQL

CREATE TABLE IF NOT EXISTS `#__j2xml_usergroups` (
`id` int(10) unsigned NOT NULL,
`parent_id` int(10) unsigned NOT NULL DEFAULT '0',
`title` varchar(100) NOT NULL DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE = InnoDB DEFAULT CHARSET = utf8mb4 DEFAULT COLLATE = utf8mb4_unicode_ci;