Sha256: 014367de3a33ba21e59ac9c95a9107103bca4bc97f0286d0272b530003a9a6d2

Contents?: true

Size: 198 Bytes

Versions: 6

Compression:

Stored size: 198 Bytes

Contents

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

  create_table :meetings, :force => true do |t|
    t.string  :title, default: 'My Meeting'
    t.string  :location
    t.timestamps
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
wisper-activerecord-1.0.0 spec/support/schema.rb
wisper-activerecord-0.3.0 spec/support/schema.rb
wisper-active_tracker-0.1.1 spec/support/schema.rb
wisper-active_tracker-0.1.0 spec/support/schema.rb
wisper-activerecord-0.2.0 spec/support/schema.rb
wisper-activerecord-0.1.0 spec/support/schema.rb