Sha256: 0d0583022ffd6acf0d04511f5e5b4008794115173e7b26b3e79de0d653ed9c55
Contents?: true
Size: 556 Bytes
Versions: 6
Compression:
Stored size: 556 Bytes
Contents
class CreatePhcscriptcdnproScriptLicences < ActiveRecord::Migration[5.2] def change create_table :phcscriptcdnpro_script_licences do |t| t.string :licence_name t.text :licence_description t.string :licence_compatible_gpl t.string :licence_approval_fsf t.string :licence_approval_osi t.string :licence_approval_copyfree t.string :licence_approval_debian t.string :licence_approval_fedora t.string :slug t.string :user_id t.string :org_id t.timestamps end end end
Version data entries
6 entries across 6 versions & 1 rubygems