Sha256: 33f511c5dc541edfa3611839cc8aadf0329260833250871164f8236bc8b23784
Contents?: true
Size: 233 Bytes
Versions: 6
Compression:
Stored size: 233 Bytes
Contents
class CreateAgentMergeLists < ActiveRecord::Migration[5.2] def self.up create_table :agent_merge_lists do |t| t.string :title t.timestamps end end def self.down drop_table :agent_merge_lists end end
Version data entries
6 entries across 6 versions & 6 rubygems