Sha256: 3c68a905299cc257c187c0e18be099e68b81dc06657a3f98e8036e880a1f213a
Contents?: true
Size: 322 Bytes
Versions: 177
Compression:
Stored size: 322 Bytes
Contents
class CreateTransplantRegistrationStatusDescriptions < ActiveRecord::Migration[4.2] def change create_table :transplant_registration_status_descriptions do |t| t.string :code, index: true, null: false t.string :name t.integer :position, default: 0 t.timestamps null: false end end end
Version data entries
177 entries across 177 versions & 1 rubygems