Sha256: ac20e2ca8dceba6b35baef27465750ee3b1b0702f366422e786a16e6e74090db

Contents?: true

Size: 168 Bytes

Versions: 3

Compression:

Stored size: 168 Bytes

Contents

class CreateAnotherUsers < ActiveRecord::Migration[5.1]
  def change
    create_table :another_users do |t|
      t.string :email

      t.timestamps
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
gdpr_rails-0.5.1 spec/dummy/db/migrate/20190221193827_create_another_users.rb
gdpr_rails-0.5.0 spec/dummy/db/migrate/20190221193827_create_another_users.rb
gdpr_rails-0.4.0 spec/dummy/db/migrate/20190221193827_create_another_users.rb