Sha256: 533941919ce5dc8d56f6290cf70646f3285b52b67c322b8a0ed5522d64877a65

Contents?: true

Size: 561 Bytes

Versions: 6

Compression:

Stored size: 561 Bytes

Contents

class CreatePhcscriptcdnproScriptLicences < ActiveRecord::Migration[5.0]
  def change

    create_table :phcscriptcdnpro_script_licences do |t|

      t.string :lcncname
      t.string :lcncdescript
      t.text   :lcncdescription

      t.string :lcnccomgpl
      t.string :lcncarvlfsf
      t.string :lcncarvlosi
      t.string :lcncarvlcopyfree
      t.string :lcncarvldebian
      t.string :lcncarvlfedora

      t.string :user_id
      t.string :user_name
      t.string :membership_id
      t.string :oganization_id

      t.timestamps

    end

  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
phcscriptcdnpro-7.1.3 db/migrate/20160821183805_create_phcscriptcdnpro_script_licences.rb
phcscriptcdnpro-7.1.2 db/migrate/20160821183805_create_phcscriptcdnpro_script_licences.rb
phcscriptcdnpro-7.1.1 db/migrate/20160821183805_create_phcscriptcdnpro_script_licences.rb
phcscriptcdnpro-7.1.0 db/migrate/20160821183805_create_phcscriptcdnpro_script_licences.rb
phcscriptcdnpro-7.0.0 db/migrate/20160821183805_create_phcscriptcdnpro_script_licences.rb
phcscriptcdnpro-6.0.3 db/migrate/20160821183805_create_phcscriptcdnpro_script_licences.rb