Sha256: 07f5e65485732fcce24d7828922c1c3050c6f74bfafbf31e8ec636367bc475ef
Contents?: true
Size: 263 Bytes
Versions: 9
Compression:
Stored size: 263 Bytes
Contents
class CreatePatronImportResults < ActiveRecord::Migration def change create_table :agent_import_results do |t| t.integer :agent_import_file_id t.integer :agent_id t.integer :user_id t.text :body t.timestamps end end end
Version data entries
9 entries across 9 versions & 1 rubygems