Sha256: 3be4a8619a8ed4aaa2acd4c7c50c51d187e2ba87b31c912e1686f5307c2115b9
Contents?: true
Size: 453 Bytes
Versions: 1
Compression:
Stored size: 453 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
phcscriptcdn-4.0.0 | db/migrate/20160801032225_create_phcscriptcdn_script_licences.rb |