Skip to content

Instantly share code, notes, and snippets.

@afcotroneo
Created May 20, 2021 16:49
Show Gist options
  • Select an option

  • Save afcotroneo/fb5b60cd189c001609c2eacee7d37932 to your computer and use it in GitHub Desktop.

Select an option

Save afcotroneo/fb5b60cd189c001609c2eacee7d37932 to your computer and use it in GitHub Desktop.
CREATE TABLE satelliteblog (
satid INTEGER,
satname TEXT ENCODING DICT(32),
satlat FLOAT,
satlon FLOAT,
azimuth FLOAT,
elevation FLOAT,
ra FLOAT,
decval FLOAT,
postimestamp TIMESTAMP(0));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment