4 lines
155 B
MySQL
4 lines
155 B
MySQL
|
|
INSERT INTO compliance_report_request(created, creator, id, public_id, site_id, site_version)
|
||
|
|
VALUES (NOW(), :user_id, DEFAULT, :public_id, :site_id, 1);
|
||
|
|
|