mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 18:28:52 +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')
|
|
; |