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