Sha256: 3a22ff56da4602f6fda7bf34445a569599d1dd2ee74cce057d65c12c442e4b8d

Contents?: true

Size: 261 Bytes

Versions: 9

Compression:

Stored size: 261 Bytes

Contents

ActiveRecord::Schema.define do

  create_table "products", :force => true do |t|
    t.column "name",          :string, :limit => 100
    t.column "price",         :float
    t.column "sales_volume",  :integer
    t.column "launch_date",   :datetime
  end


end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
ar_to_html_table-0.2.0 test/fixtures/schema.rb
ar_to_html_table-0.1.9 test/fixtures/schema.rb
ar_to_html_table-0.1.8 test/fixtures/schema.rb
ar_to_html_table-0.1.7 test/fixtures/schema.rb
ar_to_html_table-0.1.6 test/fixtures/schema.rb
ar_to_html_table-0.1.5 test/fixtures/schema.rb
ar_to_html_table-0.1.4 test/fixtures/schema.rb
ar_to_html_table-0.1.3 test/fixtures/schema.rb
ar_to_html_table-0.1.2 test/fixtures/schema.rb