Sha256: 9e7b40580589c8ff8caa01c00ab4102361d0f3783605f0bfaa6fc2fc2c5aef27
Contents?: true
Size: 357 Bytes
Versions: 5
Compression:
Stored size: 357 Bytes
Contents
class CreateCspReportCspReports < ActiveRecord::Migration def change create_table :csp_report_csp_reports do |t| t.string :document_uri , null: false t.string :referrer t.string :blocked_uri t.string :violated_directive , null: false t.string :original_policy , null: false t.timestamps end end end
Version data entries
5 entries across 5 versions & 1 rubygems