Sha256: 0b4ca1b0734b5cf63c995a2e9a4f2de5bb3e08921dc3ca093d89816361c027aa
Contents?: true
Size: 556 Bytes
Versions: 4
Compression:
Stored size: 556 Bytes
Contents
class CreatePhcscriptcdnproScriptLicences < ActiveRecord::Migration[7.0] 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
4 entries across 4 versions & 1 rubygems