Sha256: 3e31c9f4336e40bbebef456ed9ce73ced60b957b17ea2d61aefb502ef7f6f9d0
Contents?: true
Size: 312 Bytes
Versions: 120
Compression:
Stored size: 312 Bytes
Contents
class CreateEgovUtilsAuditDetails < ActiveRecord::Migration[5.0] def change create_table :egov_utils_audit_details do |t| t.references :audit_record, foreign_key: true t.string :property t.string :prop_key t.text :old_value t.text :value t.timestamps end end end
Version data entries
120 entries across 120 versions & 1 rubygems