Sha256: d19cdd7b3516a74e0d361e89f1a9f9b52daf2ba645f6ac80d7bdc40183797372

Contents?: true

Size: 584 Bytes

Versions: 50

Compression:

Stored size: 584 Bytes

Contents

class CreatePhcscriptcdnproScriptLicences < ActiveRecord::Migration[5.1]
  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 :slug

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

      t.timestamps

    end

  end
end

Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
phcscriptcdnpro-11.3.0 db/migrate/20160821183805_create_phcscriptcdnpro_script_licences.rb
phcscriptcdnpro-11.2.1 db/migrate/20160821183805_create_phcscriptcdnpro_script_licences.rb
phcscriptcdnpro-11.2.0 db/migrate/20160821183805_create_phcscriptcdnpro_script_licences.rb
phcscriptcdnpro-11.1.1 db/migrate/20160821183805_create_phcscriptcdnpro_script_licences.rb
phcscriptcdnpro-11.1.0 db/migrate/20160821183805_create_phcscriptcdnpro_script_licences.rb
phcscriptcdnpro-11.0.3 db/migrate/20160821183805_create_phcscriptcdnpro_script_licences.rb
phcscriptcdnpro-11.0.2 db/migrate/20160821183805_create_phcscriptcdnpro_script_licences.rb
phcscriptcdnpro-11.0.1 db/migrate/20160821183805_create_phcscriptcdnpro_script_licences.rb
phcscriptcdnpro-11.0.0 db/migrate/20160821183805_create_phcscriptcdnpro_script_licences.rb
phcscriptcdnpro-10.0.1 db/migrate/20160821183805_create_phcscriptcdnpro_script_licences.rb