Sha256: 1d9363d27bb6b7a4970c801ed1ec1ad35c6dee30cc0a3163dcfc5b5a9e491aaf

Contents?: true

Size: 270 Bytes

Versions: 1

Compression:

Stored size: 270 Bytes

Contents

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
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
clark_kent-0.0.1 db/migrate/20150304233739_create_clark_kent_reports.rb