mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 18:28:52 +00:00
8 lines
201 B
SQL
8 lines
201 B
SQL
USE `essentialmode`;
|
|
|
|
INSERT INTO `licenses` (`type`, `label`) VALUES
|
|
('dmv', 'Code de la route'),
|
|
('drive', 'Permis de conduire'),
|
|
('drive_bike', 'Permis moto'),
|
|
('drive_truck', 'Permis camion')
|
|
; |