4 lines
81 B
SQL
4 lines
81 B
SQL
INSERT INTO `licenses` (`type`, `label`) VALUES
|
|
('boat', 'Boten Licentie')
|
|
;
|
INSERT INTO `licenses` (`type`, `label`) VALUES
|
|
('boat', 'Boten Licentie')
|
|
;
|