Sha256: c8818f828d8114fd27667ef3c52bf0105928c269bf1b90efcb3cfbc71ccb8937

Contents?: true

Size: 320 Bytes

Versions: 2

Compression:

Stored size: 320 Bytes

Contents

class CreatePolicyManagerPortabilityRequests < ActiveRecord::Migration[5.1]
  def change
    create_table :policy_manager_portability_requests do |t|
      #t.references :user, foreign_key: true
      t.integer :user_id, index: true
      t.string :state
      t.datetime :expire_at
      t.timestamps
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gdpr_rails-0.5.1 db/migrate/20180410171354_create_policy_manager_portability_requests.rb
gdpr_rails-0.5.0 db/migrate/20180410171354_create_policy_manager_portability_requests.rb