Sha256: 6d3a5b2c0c0fe6fe26b81e985de10f58e2b56669a7bd9ed5d44c310a719d2b85

Contents?: true

Size: 269 Bytes

Versions: 1

Compression:

Stored size: 269 Bytes

Contents

class CreateUnicoDocumentTypes < ActiveRecord::Migration
  def change
    create_table :unico_document_types do |t|
      t.integer :validity
      t.string :description
      t.string :description
      t.string :habilitation_kind
      t.timestamps
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
unico-training-7.8.0 db/migrate/20130705155916_create_unico_document_types.rb