Sha256: 4dcdbaa45f720ee0137e6b45c57618ae238f8c4a5e24d947c2ccb5a275751c4e
Contents?: true
Size: 309 Bytes
Versions: 1
Compression:
Stored size: 309 Bytes
Contents
# This migration comes from erp_work_effort (originally 20150327115704) class Resumes < ActiveRecord::Migration def up create_table :resumes do |t| t.references :party t.column :file_content ,:text t.column :xml_resume_data ,:text end end def down drop_table :resumes end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
erp_work_effort-4.2.0 | db/migrate/20150327115910_resumes.rb |