mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-03 00:00:59 +00:00
7 lines
171 B
SQL
7 lines
171 B
SQL
USE `essentialmode`;
|
|
|
|
INSERT INTO `licenses` (`type`, `label`) VALUES
|
|
('drive', 'Permis de conduire'),
|
|
('drive_bike', 'Permis moto'),
|
|
('drive_truck', 'Permis camion')
|
|
; |