Sha256: 8d81a5eefabf801fcaec16273ee8b694ab373ccc863950cf4309a764653fed6d

Contents?: true

Size: 246 Bytes

Versions: 14

Compression:

Stored size: 246 Bytes

Contents

class CreateHandlers < PeakFlowUtils::ApplicationMigration
  def change
    create_table :peak_flow_utils_handlers do |t|
      t.string :identifier, index: true, null: false
      t.string :name, null: false
      t.timestamps
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
peak_flow_utils-0.1.19 lib/peak_flow_utils/migrations/20150907070908_create_handlers.rb
peak_flow_utils-0.1.18 lib/peak_flow_utils/migrations/20150907070908_create_handlers.rb
peak_flow_utils-0.1.17 lib/peak_flow_utils/migrations/20150907070908_create_handlers.rb
peak_flow_utils-0.1.16 lib/peak_flow_utils/migrations/20150907070908_create_handlers.rb
peak_flow_utils-0.1.15 lib/peak_flow_utils/migrations/20150907070908_create_handlers.rb
peak_flow_utils-0.1.14 lib/peak_flow_utils/migrations/20150907070908_create_handlers.rb
peak_flow_utils-0.1.13 lib/peak_flow_utils/migrations/20150907070908_create_handlers.rb
peak_flow_utils-0.1.12 lib/peak_flow_utils/migrations/20150907090900_create_handlers.rb
peak_flow_utils-0.1.11 lib/peak_flow_utils/migrations/20150907090900_create_handlers.rb
peak_flow_utils-0.1.10 lib/peak_flow_utils/migrations/20150907090900_create_handlers.rb
peak_flow_utils-0.1.9 lib/peak_flow_utils/migrations/20150907090900_create_handlers.rb
peak_flow_utils-0.1.8 app/migrations/20150907090900_create_handlers.rb
peak_flow_utils-0.1.7 app/migrations/20150907090900_create_handlers.rb
peak_flow_utils-0.1.6 app/migrations/20150907090900_create_handlers.rb