Sky/schema.sql

2 lines
88 B
MySQL
Raw Normal View History

CREATE TABLE IF NOT EXISTS location(name varchar(255) PRIMARY KEY, lat real, lon real);