7 lines
166 B
SQL
7 lines
166 B
SQL
INSERT INTO `licenses` (`type`, `label`) VALUES
|
|
('dmv', 'Körtillstånd'),
|
|
('drive', 'B-körkort'),
|
|
('drive_bike', 'A-körkort'),
|
|
('drive_truck', 'C-körkort')
|
|
;
|