Sha256: 18abff68cac78f60db5aafec0baa2a54873db30502f4e3f4568efa94df60a365
Contents?: true
Size: 306 Bytes
Versions: 20
Compression:
Stored size: 306 Bytes
Contents
class CreatePermissionTemplateAccess < ActiveRecord::Migration[5.1] def change create_table :permission_template_accesses do |t| t.references :permission_template, foreign_key: true t.string :agent_type t.string :agent_id t.string :access t.timestamps end end end
Version data entries
20 entries across 20 versions & 1 rubygems