Sha256: 8ab385837fe0f36c86f0d74f030c684542171d0e87f4d15f3744f32c02217fe2

Contents?: true

Size: 242 Bytes

Versions: 49

Compression:

Stored size: 242 Bytes

Contents

class CreateStoryDetails < ActiveRecord::Migration
  def change
    create_table :story_details do |t|
      t.references :ticket, index: true
      t.string :who
      t.string :what
      t.string :why

      t.timestamps
    end
  end
end

Version data entries

49 entries across 49 versions & 1 rubygems

Version Path
tawork-0.0.9 db/migrate/20131216044331_create_story_details.rb
tawork-0.0.8 db/migrate/20131216044331_create_story_details.rb
tawork-0.0.7 db/migrate/20131216044331_create_story_details.rb
tawork-0.0.6 db/migrate/20131216044331_create_story_details.rb
tawork-0.0.5 db/migrate/20131216044331_create_story_details.rb
tawork-0.0.4 db/migrate/20131216044331_create_story_details.rb
tawork-0.0.3 db/migrate/20131216044331_create_story_details.rb
tawork-0.0.2 db/migrate/20131216044331_create_story_details.rb
tawork-0.0.1 db/migrate/20131216044331_create_story_details.rb