Sha256: 304725044e4aef345965c4a6db4c13deff6378b0416b2d16520fd6cba488db31

Contents?: true

Size: 220 Bytes

Versions: 2

Compression:

Stored size: 220 Bytes

Contents

class CreateCertifyAuthorities < ActiveRecord::Migration
  def change
    create_table :certify_authorities do |t|
      t.string :uniqueid
      t.text :rsakey
      t.text :sslcert
      t.timestamps
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
certify-0.0.3 db/migrate/20120421191150_create_certify_authorities.rb
certify-0.0.2 db/migrate/20120421191150_create_certify_authorities.rb