Skip to content

Instantly share code, notes, and snippets.

Created June 1, 2015 17:04
Show Gist options
  • Save anonymous/20adb3def8819c79d27d to your computer and use it in GitHub Desktop.
Save anonymous/20adb3def8819c79d27d to your computer and use it in GitHub Desktop.
sqlite> PRAGMA table_info(calibrations);
0|id|INTEGER|1||1
1|dream_color_monitor_id|integer|0||0
2|luminance|varchar|0||0
3|x_value|varchar|0||0
4|y_value|varchar|0||0
5|attempts|integer|0||0
6|green|boolean|0||0
7|date|datetime|0||0
8|created_at|datetime|1||0
9|updated_at|datetime|1||0
sqlite> PRAGMA table_info(dream_color_monitors);
0|id|INTEGER|1||1
1|tag|varchar|0||0
2|created_at|datetime|1||0
3|updated_at|datetime|1||0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment