6 lines
131 B
SQL
6 lines
131 B
SQL
insert into location_namespace
|
|
(id, description, created)
|
|
values
|
|
(1, 'Geonames', now()),
|
|
(2, 'Where on Earth', now());
|