Sha256: c3eadf7865bd143c1cf5ff123c2d84f122cd675e3d2fbc14a8007505ef1f0bb6

Contents?: true

Size: 495 Bytes

Versions: 2

Compression:

Stored size: 495 Bytes

Contents

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

    create_table :phcscriptcdn_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.timestamps

    end

  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
phcscriptcdn-6.0.0 db/migrate/20160801032225_create_phcscriptcdn_script_licences.rb
phcscriptcdn-6.0.0b db/migrate/20160801032225_create_phcscriptcdn_script_licences.rb