Sha256: b95e3b2208d9e2f8350cefa4c65724e92bd394c2cf6235ecff3f1497defa6a33

Contents?: true

Size: 486 Bytes

Versions: 60

Compression:

Stored size: 486 Bytes

Contents

ActiveRecord::Schema.define do
  create_table :binary_fields, :force => true, :options => 'CHARACTER SET latin1' do |t|
    t.binary :tiny_blob,   :limit => 255
    t.binary :normal_blob, :limit => 65535
    t.binary :medium_blob, :limit => 16777215
    t.binary :long_blob,   :limit => 2147483647
    t.text   :tiny_text,   :limit => 255
    t.text   :normal_text, :limit => 65535
    t.text   :medium_text, :limit => 16777215
    t.text   :long_text,   :limit => 2147483647
  end
end

Version data entries

60 entries across 57 versions & 14 rubygems

Version Path
ginst-2.0.1 vendor/rails/activerecord/test/schema/mysql_specific_schema.rb
ginst-2.0.0 vendor/rails/activerecord/test/schema/mysql_specific_schema.rb
gemstreamer-1.2.0 spec/assets/testapp/vendor/rails/activerecord/test/schema/mysql_specific_schema.rb
gemstreamer-1.1.1 spec/assets/testapp/vendor/rails/activerecord/test/schema/mysql_specific_schema.rb
gemstreamer-1.1.0 spec/assets/testapp/vendor/rails/activerecord/test/schema/mysql_specific_schema.rb
gemstreamer-1.0.0 spec/assets/testapp/vendor/rails/activerecord/test/schema/mysql_specific_schema.rb
gemstreamer-0.0.0 spec/assets/testapp/vendor/rails/activerecord/test/schema/mysql_specific_schema.rb
radiant-rc-0.9.0 vendor/rails/activerecord/test/schema/mysql_specific_schema.rb
activerecord-2.2.3 test/schema/mysql_specific_schema.rb
webroar-0.2.2 src/admin_panel/vendor/rails/activerecord/test/schema/mysql_specific_schema.rb
radiant-0.8.1 vendor/rails/activerecord/test/schema/mysql_specific_schema.rb
activerecord-2.3.4 test/schema/mysql_specific_schema.rb
activerecord-2.3.3 test/schema/mysql_specific_schema.rb
activerecord-2.3.2 test/schema/mysql_specific_schema.rb
activerecord-2.1.1 test/schema/mysql_specific_schema.rb
activerecord-2.2.2 test/schema/mysql_specific_schema.rb
activerecord-2.1.2 test/schema/mysql_specific_schema.rb
radiant-0.7.0 vendor/rails/activerecord/test/schema/mysql_specific_schema.rb
radiant-0.8.0 vendor/rails/activerecord/test/schema/mysql_specific_schema.rb
radiant-0.7.1 vendor/rails/activerecord/test/schema/mysql_specific_schema.rb