Sha256: 6eb498bd8b23c498db26e6a39588c723d23cfb8835d57dffcad65e56d51fe5d4

Contents?: true

Size: 354 Bytes

Versions: 5

Compression:

Stored size: 354 Bytes

Contents

ActiveRecord::Schema.define do
  self.verbose = false

  create_table "states", :force => true do |t|
    t.string   "name"
    t.string   "abbreviation"
    t.datetime "created_at",   :null => false
    t.datetime "updated_at",   :null => false
  end

  create_table 'no_models', :force => true do |t|
    t.datetime "created_at", null: false
  end

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
looky-lu-0.0.5 spec/support/schema.rb
looky-lu-0.0.4 spec/support/schema.rb
looky-lu-0.0.3 spec/support/schema.rb
looky-lu-0.0.2 spec/support/schema.rb
looky-lu-0.0.1 spec/support/schema.rb