Sha256: 728041c143e308ecb56a8c50845b89e537f48939c15a62fdf3be7ba06a818bc0
Contents?: true
Size: 584 Bytes
Versions: 8
Compression:
Stored size: 584 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 :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
8 entries across 8 versions & 1 rubygems