7 lines
352 B
SQL
7 lines
352 B
SQL
INSERT INTO organisations (uuid, name, url, nationality, sector, type, contacts)
|
|
VALUES ('11111111-1111-1111-1111-111111111111', 'foo', 'http://google.com', 'NO', '', '', '');
|
|
|
|
INSERT INTO organisations (uuid, name, url, nationality, sector, type, contacts)
|
|
VALUES ('11111111-1111-1111-1111-111111111112', 'bar', 'http://bing.com', 'HU', '', '', '');
|
|
|