Sha256: 58878298c2ecc75ef4066c70f3eaf334f110d5c97b31f7adebfc3b5bc1161983

Contents?: true

Size: 164 Bytes

Versions: 13

Compression:

Stored size: 164 Bytes

Contents

class CreateThingWithoutHistory < ActiveRecord::Migration[5.2]
  def change
    create_table :thing_without_histories do |t|
      t.string :name
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
historiographer-4.1.0 /Users/brettshollenberger/programming/historiographer/spec/db/migrate/20191024203106_create_thing_without_history.rb
historiographer-4.0.0 spec/db/migrate/20191024203106_create_thing_without_history.rb
historiographer-3.1.2 spec/db/migrate/20191024203106_create_thing_without_history.rb
historiographer-3.1.1 spec/db/migrate/20191024203106_create_thing_without_history.rb
historiographer-3.1.0 spec/db/migrate/20191024203106_create_thing_without_history.rb
historiographer-3.0.0 spec/db/migrate/20191024203106_create_thing_without_history.rb
historiographer-2.0.1 spec/db/migrate/20191024203106_create_thing_without_history.rb
historiographer-2.0.0 spec/db/migrate/20191024203106_create_thing_without_history.rb
historiographer-1.4.3 spec/db/migrate/20191024203106_create_thing_without_history.rb
historiographer-1.4.1 spec/db/migrate/20191024203106_create_thing_without_history.rb
historiographer-1.4.0 spec/db/migrate/20191024203106_create_thing_without_history.rb
historiographer-1.3.1 spec/db/migrate/20191024203106_create_thing_without_history.rb
historiographer-1.3.0 spec/db/migrate/20191024203106_create_thing_without_history.rb