Sha256: e986bc02d21e0073b013efeabddc1f15f67894dcb39bf98379343fbc786f2bd1
Contents?: true
Size: 445 Bytes
Versions: 59
Compression:
Stored size: 445 Bytes
Contents
# This migration comes from clark_kent (originally 20150304233739) class CreateClarkKentReports < ActiveRecord::Migration def change create_table :clark_kent_reports do |t| t.string :name t.string :resource_type t.string :sharing_scope_type t.integer :sharing_scope_id t.timestamps end add_index :clark_kent_reports, :sharing_scope_type add_index :clark_kent_reports, :sharing_scope_id end end
Version data entries
59 entries across 59 versions & 1 rubygems