Sha256: 425b85a386317a64efa4d61b2132b82a91fa7277311644ce35c919e198a3c38c

Contents?: true

Size: 277 Bytes

Versions: 15

Compression:

Stored size: 277 Bytes

Contents

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

15 entries across 15 versions & 1 rubygems

Version Path
flyboy-1.1.0 db/migrate/20150331092103_create_flyboy_goals.rb
flyboy-1.0.7 db/migrate/20150331092103_create_flyboy_goals.rb
flyboy-1.0.6 db/migrate/20150331092103_create_flyboy_goals.rb
flyboy-1.0.5 db/migrate/20150331092103_create_flyboy_goals.rb
flyboy-1.0.4 db/migrate/20150331092103_create_flyboy_goals.rb
flyboy-1.0.3 db/migrate/20150331092103_create_flyboy_goals.rb
flyboy-1.0.2 db/migrate/20150331092103_create_flyboy_goals.rb
flyboy-1.0.1 db/migrate/20150331092103_create_flyboy_goals.rb
flyboy-1.0.0 db/migrate/20150331092103_create_flyboy_goals.rb
flyboy-0.0.6 db/migrate/20150331092103_create_flyboy_goals.rb
flyboy-0.0.5 db/migrate/20150331092103_create_flyboy_goals.rb
flyboy-0.0.4 db/migrate/20150331092103_create_flyboy_goals.rb
flyboy-0.0.3 db/migrate/20150331092103_create_flyboy_goals.rb
flyboy-0.0.2 db/migrate/20150331092103_create_flyboy_goals.rb
flyboy-0.0.1 db/migrate/20150331092103_create_flyboy_goals.rb