Created
September 11, 2018 23:45
-
-
Save joebartels/64cf92e18d4e73be70aacfb96502d50e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
create table cycling_entry ( | |
id serial primary key, | |
date timestamptz, | |
day_of_week smallint default 0, | |
hour_of_day smallint default 0, | |
minute_of_hour smallint default 0, | |
km_cycled smallint | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment