We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5f7242 commit a54b159Copy full SHA for a54b159
db/schema.rb
@@ -11,7 +11,14 @@
11
#
12
# It's strongly recommended to check this file into your version control system.
13
14
-ActiveRecord::Schema.define(:version => 20111219134705) do
+ActiveRecord::Schema.define(:version => 20111219142605) do
15
+
16
+ create_table "neighbors", :force => true do |t|
17
+ t.integer "restaurant_id"
18
+ t.integer "venue_id"
19
+ t.datetime "created_at"
20
+ t.datetime "updated_at"
21
+ end
22
23
create_table "restaurants", :force => true do |t|
24
t.string "address"
0 commit comments