7 lines
195 B
SQL
7 lines
195 B
SQL
INSERT INTO `licenses` (`type`, `label`) VALUES
|
|
('dmv', 'Driving Permit'),
|
|
('drive', 'Drivers License'),
|
|
('drive_bike', 'Motorcycle License'),
|
|
('drive_truck', 'Commercial Drivers License')
|
|
;
|