Sha256: 9919e28b6906e49f19b6e3686aeaff0efe40b5b8bf0b041c5f41f0e958b60436

Contents?: true

Size: 170 Bytes

Versions: 8

Compression:

Stored size: 170 Bytes

Contents

ActiveRecord::Migration.verbose = false

ActiveRecord::Schema.define do

  create_table :test_fooltips, force: true do |t|
    t.string :name
    t.timestamps
  end

end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
fooltip-0.0.13 spec/data/schema.rb
fooltip-0.0.12 spec/data/schema.rb
fooltip-0.0.11 spec/data/schema.rb
fooltip-0.0.10 spec/data/schema.rb
fooltip-0.0.9 spec/data/schema.rb
fooltip-0.0.8 spec/data/schema.rb
fooltip-0.0.7 spec/data/schema.rb
fooltip-0.0.6 spec/data/schema.rb