mirror of
https://github.com/github/rails.git
synced 2026-01-24 13:58:12 -05:00
Move adapter specific schema into their own files Signed-off-by: Michael Koziarski <michael@koziarski.com>
5 lines
136 B
Ruby
5 lines
136 B
Ruby
ActiveRecord::Schema.define do
|
|
create_table :table_with_real_columns, :force => true do |t|
|
|
t.column :real_number, :real
|
|
end
|
|
end |