Skip to content

Instantly share code, notes, and snippets.

@pricees
Created November 25, 2012 06:18
Show Gist options
  • Save pricees/4142594 to your computer and use it in GitHub Desktop.
Save pricees/4142594 to your computer and use it in GitHub Desktop.
alarms table
create_table :alarms do
primary_key :id
Integer :local_day
Time :local_time
Integer :utc_day
Integer :utc_time_in_sec
Text :zone
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment