Sha256: d15033c6d497bd08390ae94949531121e9d77349cdcf1cdb308ba13788bf9811

Contents?: true

Size: 510 Bytes

Versions: 10

Compression:

Stored size: 510 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.string :attachment
      t.string :attachment_file_name
      t.string :attachment_file_size
      t.datetime :attachment_content_type
      t.string :attachment_file_content_type

      t.datetime :expire_at

      t.timestamps
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
gdpr_rails-0.4.0 db/migrate/20180410171354_create_policy_manager_portability_requests.rb
gdpr_rails-0.3.4 db/migrate/20180410171354_create_policy_manager_portability_requests.rb
gdpr_rails-0.3.3 db/migrate/20180410171354_create_policy_manager_portability_requests.rb
gdpr_rails-0.3.2 db/migrate/20180410171354_create_policy_manager_portability_requests.rb
gdpr_rails-0.3.1 db/migrate/20180410171354_create_policy_manager_portability_requests.rb
gdpr_rails-0.3.0 db/migrate/20180410171354_create_policy_manager_portability_requests.rb
gdpr_rails-0.2.4 db/migrate/20180410171354_create_policy_manager_portability_requests.rb
gdpr_rails-0.2.2 db/migrate/20180410171354_create_policy_manager_portability_requests.rb
gdpr_rails-0.2.1 db/migrate/20180410171354_create_policy_manager_portability_requests.rb
gdpr_rails-0.2.0 db/migrate/20180410171354_create_policy_manager_portability_requests.rb