Sha256: 6676cd20517706ea1e149b66f5949b77205cefc3f5cbeaa9a1c24be4ba237d09
Contents?: true
Size: 216 Bytes
Versions: 3
Compression:
Stored size: 216 Bytes
Contents
class CreateTasks < ActiveRecord::Migration def change create_table :tasks do |t| t.references :project, index: true t.text :description t.string :status t.timestamps end end end
Version data entries
3 entries across 3 versions & 1 rubygems