Sha256: 3534a00e249aa74b523cbfcd91b2d5edf5b0959c12f724e0d2f37cbf638a2875
Contents?: true
Size: 337 Bytes
Versions: 5
Compression:
Stored size: 337 Bytes
Contents
class CreateSimulationJobs < ActiveRecord::Migration[4.2] def change create_table :simulation_jobs do |t| t.string :name t.float :pressure t.references :simulation, index: true t.string :status t.string :pbsid t.string :job_path t.string :script_name t.timestamps end end end
Version data entries
5 entries across 5 versions & 1 rubygems