class CreateTaskflowRecords
Public Instance Methods
change()
click to toggle source
# File lib/generators/templates/create_taskflow_records.rb, line 2 def change create_table :taskflow_records do |t| t.integer :step_id t.string :writer t.string :level t.string :content t.text :tags t.datetime :written_at t.integer :logger_id end end