Sha256: 059adaceff3f93fbf3d8b9cca13674edf795ee1e4851323ea6f90e82b5293ccb
Contents?: true
Size: 245 Bytes
Versions: 1
Compression:
Stored size: 245 Bytes
Contents
class CreateIdentifierTypes < ActiveRecord::Migration[5.1] def change create_table :identifier_types do |t| t.string :name t.text :display_name t.text :note t.integer :position t.timestamps end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
enju_seed-0.4.0.beta.1 | spec/dummy/db/migrate/20130506175303_create_identifier_types.rb |