court/initdb/02_default_data.sql

3 lines
138 B
MySQL
Raw Normal View History

2024-03-28 12:59:46 +01:00
INSERT INTO court (id, url) VALUES ('google', 'https://www.google.com/');
INSERT INTO court (id, url) VALUES ('godoc', 'https://go.dev/')