Sha256: a604c813892e6b508aa5f1986a102c51c3ea1789319fe5a151b38352d3de555f

Contents?: true

Size: 257 Bytes

Versions: 12

Compression:

Stored size: 257 Bytes

Contents

ActiveRecord::Schema.define do
  create_table :entries, :force => true do |t|
    t.column :image, :string, :null => true
    t.column :file, :string, :null => true
  end

  create_table :movies, :force => true do |t|
    t.column :movie, :string
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
file_column_with_s3-0.3.0 test/fixtures/schema.rb
file_column_with_s3-0.2.0 test/fixtures/schema.rb
file_column_with_s3-0.1.9 test/fixtures/schema.rb
file_column_with_s3-0.1.8 test/fixtures/schema.rb
file_column_with_s3-0.1.7 test/fixtures/schema.rb
file_column_with_s3-0.1.6 test/fixtures/schema.rb
file_column_with_s3-0.1.5 test/fixtures/schema.rb
file_column_with_s3-0.1.4 test/fixtures/schema.rb
file_column_with_s3-0.1.3 test/fixtures/schema.rb
file_column_with_s3-0.1.2 test/fixtures/schema.rb
file_column_with_s3-0.1.1 test/fixtures/schema.rb
file_column_with_s3-0.1.0 test/fixtures/schema.rb