Sha256: 249506b379a820c720cac9ab5862275e09aef105014fbd59171a0a7456359c72

Contents?: true

Size: 384 Bytes

Versions: 10

Compression:

Stored size: 384 Bytes

Contents

ActiveRecord::Schema.define do
  create_table :tests do |t|
    t.string :file
    t.string :file_thumb
    t.string :file_thumb_2
    t.string :file_thumb_3
    t.string :name
    t.integer :file_size
    t.integer :size_file
    t.integer :size_file_thumb
    t.timestamps null: false
  end

  create_table :test_no_timestamps do |t|
    t.string :file
    t.string :name
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
saviour-0.6.10 spec/support/schema.rb
saviour-0.6.9 spec/support/schema.rb
saviour-0.6.8 spec/support/schema.rb
saviour-0.6.7 spec/support/schema.rb
saviour-0.6.6 spec/support/schema.rb
saviour-0.6.5 spec/support/schema.rb
saviour-0.6.4 spec/support/schema.rb
saviour-0.6.3 spec/support/schema.rb
saviour-0.6.2 spec/support/schema.rb
saviour-0.6.1 spec/support/schema.rb