mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 18:28:52 +00:00
9 lines
215 B
SQL
9 lines
215 B
SQL
USE `es_extended`;
|
|
|
|
INSERT INTO `licenses` (`type`, `label`) VALUES
|
|
('dmv', 'Driving Permit'),
|
|
('drive', 'Drivers License'),
|
|
('drive_bike', 'Motorcycle License'),
|
|
('drive_truck', 'Commercial Drivers License')
|
|
;
|