class CreateTaskflowFlows
Public Instance Methods
change()
click to toggle source
# File lib/generators/templates/create_taskflow_flows.rb, line 2 def change create_table :taskflow_flows do |t| t.string :name t.string :klass t.string :state t.string :category t.string :result t.string :launched_by t.string :halt_by t.text :input t.float :progress t.datetime :started_at t.datetime :ended_at t.text :next_config end end