Skip to content

Instantly share code, notes, and snippets.

@nesquena
Created August 19, 2009 01:45
Show Gist options
  • Save nesquena/170098 to your computer and use it in GitHub Desktop.
Save nesquena/170098 to your computer and use it in GitHub Desktop.
create_table :stores do |t|
t.string :auth_key
t.string :contact_name, :section_name
t.string :location, :store_name
end
create_table :sections do |t|
t.string :auth_key
t.string :name
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment