Sha256: 8a89ab3787ed7d3d1e33ee2f4d263e49ea4e5cd5a7ff24cbe8582eab392cf10f
Contents?: true
Size: 340 Bytes
Versions: 3
Compression:
Stored size: 340 Bytes
Contents
# This migration comes from flyboy (originally 20150331092103) class CreateFlyboyGoals < ActiveRecord::Migration def change create_table :flyboy_goals do |t| t.string :title t.text :description t.integer :status t.string :tracking t.integer :version t.timestamps null: false end end end
Version data entries
3 entries across 3 versions & 1 rubygems