Sky/schema.sql

2 lines
112 B
SQL

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