4 lines
82 B
SQL
4 lines
82 B
SQL
INSERT INTO `licenses` (`type`, `label`) VALUES
|
|
('boat', 'Patente Nautica')
|
|
;
|
INSERT INTO `licenses` (`type`, `label`) VALUES
|
|
('boat', 'Patente Nautica')
|
|
;
|