Sha256: 009c2ba94d21e7afb41314a4920b3b15117114216ca6a8fa50796054e516d7fd
Contents?: true
Size: 324 Bytes
Versions: 7
Compression:
Stored size: 324 Bytes
Contents
# This migration comes from workflow_kit (originally 20120721140613) class CreateWorkflowKitParameters < ActiveRecord::Migration def change create_table :workflow_kit_parameters do |t| t.string :key t.string :value t.references :parameterable, polymorphic: true t.timestamps end end end
Version data entries
7 entries across 7 versions & 2 rubygems