mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
#10324 added table tfavmenu_user in mr
This commit is contained in:
parent
728991ad9a
commit
3dee690e42
12
pandora_console/extras/mr/62.sql
Normal file
12
pandora_console/extras/mr/62.sql
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
START TRANSACTION;
|
||||||
|
|
||||||
|
CREATE TABLE IF NOT EXISTS `tfavmenu_user` (
|
||||||
|
`id` INT NOT NULL AUTO_INCREMENT,
|
||||||
|
`id_user` VARCHAR(255) NOT NULL,
|
||||||
|
`id_element` TEXT,
|
||||||
|
`url` TEXT NOT NULL,
|
||||||
|
`label` VARCHAR(255) NOT NULL,
|
||||||
|
`section` VARCHAR(255) NOT NULL,
|
||||||
|
PRIMARY KEY (`id`));
|
||||||
|
|
||||||
|
COMMIT;
|
Loading…
x
Reference in New Issue
Block a user