7 lines
140 B
MySQL
7 lines
140 B
MySQL
|
-- Place your SQL code here
|
||
|
USE vn;
|
||
|
|
||
|
INSERT INTO vn.silexACL
|
||
|
(module, `method`, `role`)
|
||
|
VALUES('almacennew', 'collection_get', 'employee');
|