Sha256: 088575da31176e264b001c11a44e12854e0c31a53910e1022e7ebd693ea83e38
Contents?: true
Size: 242 Bytes
Versions: 1
Compression:
Stored size: 242 Bytes
Contents
class CreateAgentImportResults < ActiveRecord::Migration[5.0] def change create_table :agent_import_results do |t| t.integer :agent_import_file_id t.integer :agent_id t.text :body t.timestamps end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
enju_seed-0.3.0.beta.4 | spec/dummy/db/migrate/20100925074559_create_agent_import_results.rb |