db_populate/test/schema.rb

8 lines
134 B
Ruby
Raw Normal View History

2008-09-16 01:08:50 +00:00
ActiveRecord::Schema.define(:version => 0) do
create_table "users", :force => true do |t|
t.string "name"
end
end