Sha256: d77f51b7d79950b9a6c41680ce9469bae6509f03f6935735b273d2f723ab0e5b
Contents?: true
Size: 168 Bytes
Versions: 6
Compression:
Stored size: 168 Bytes
Contents
class CreateFaalisWorkflows < ActiveRecord::Migration def change create_table :faalis_workflows do |t| t.string :name t.timestamps end end end
Version data entries
6 entries across 6 versions & 1 rubygems