mirror of https://gitlab.com/ceda_ei/sky
2 lines
88 B
MySQL
2 lines
88 B
MySQL
|
CREATE TABLE IF NOT EXISTS location(name varchar(255) PRIMARY KEY, lat real, lon real);
|