Sha256: a43747afa3f4149bc83885bdbaaa1bcfbe19b2e02f25af786f6b257a80d087d9
Contents?: true
Size: 287 Bytes
Versions: 12
Compression:
Stored size: 287 Bytes
Contents
class CreatePolicyManagerTerms < ActiveRecord::Migration[5.1] def change create_table :policy_manager_terms do |t| t.text :description t.string :rule t.string :state t.datetime :accepted_at t.datetime :rejected_at t.timestamps end end end
Version data entries
12 entries across 12 versions & 1 rubygems