Sha256: 5307e9f5798e75dafdc85d5d5b52d45af298aea0654ae5f64109f3ab253eaf77

Contents?: true

Size: 106 Bytes

Versions: 4

Compression:

Stored size: 106 Bytes

Contents

class CreateLords < ActiveRecord::Migration
  def change
    create_table :lords do |t|
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
active_merge-1.2.1 spec/dummy/db/migrate/20140416183029_create_lords.rb
active_merge-1.2.0 spec/dummy/db/migrate/20140416183029_create_lords.rb
active_merge-1.1.0 spec/dummy/db/migrate/20140416183029_create_lords.rb
active_merge-1.0.5 spec/dummy/db/migrate/20140416183029_create_lords.rb