This website requires JavaScript.
Explore
Help
Sign In
ceda_ei
/
Sky
mirror of
https://gitlab.com/ceda_ei/sky
Watch
1
Star
0
Fork
You've already forked Sky
0
Code
Issues
Releases
Wiki
Activity
fedf85144f
Sky
/
schema.sql
2 lines
88 B
SQL
Raw
Blame
History
CREATE
TABLE
IF
NOT
EXISTS
location
(
name
varchar
(
255
)
PRIMARY
KEY
,
lat
real
,
lon
real
)
;
Reference in New Issue
View Git Blame
Copy Permalink