Sha256: 8d18557cf29fab7d3565ee5e26cc1c10d1fa9e31a20f2967b71005b115f6239b

Contents?: true

Size: 252 Bytes

Versions: 8

Compression:

Stored size: 252 Bytes

Contents

class CreateSectionTypes < ActiveRecord::Migration[5.1]
  def change
    create_table :section_types do |t|
      t.string :name, :null => false, limit: 64
      t.string :code, :null => false, limit: 64
      t.timestamps null: false
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
dhatu-0.1.25 db/migrate/20171120145546_create_section_types.rb
dhatu-0.1.24 db/migrate/20171120145546_create_section_types.rb
dhatu-0.1.23 db/migrate/20171120145546_create_section_types.rb
dhatu-0.1.22 db/migrate/20171120145546_create_section_types.rb
dhatu-0.1.21 db/migrate/20171120145546_create_section_types.rb
dhatu-0.1.20 db/migrate/20171120145546_create_section_types.rb
dhatu-0.1.19 db/migrate/20171120145546_create_section_types.rb
dhatu-0.1.18 db/migrate/20171120145546_create_section_types.rb