Sha256: e43f27324d40e116ad99a4da05ffc3c5ef26ed3010d7a33b6275b20231291841
Contents?: true
Size: 483 Bytes
Versions: 11
Compression:
Stored size: 483 Bytes
Contents
class CreateCensorBearReviewLogs < ActiveRecord::Migration[6.1] def change create_table :censor_bear_review_logs do |t| t.string :data_id t.bigint :record_id t.string :record_type t.string :type t.string :service t.jsonb :raw_data t.bigint :user_id t.string :ip_address t.bigint :operator_id t.string :url t.string :image_id t.text :original t.text :filtered t.timestamps end end end
Version data entries
11 entries across 11 versions & 1 rubygems