Sha256: 88e982e0b5c9d19722a8adffdb678eb88bd38d4ccc17399005ab99275bca3777

Contents?: true

Size: 527 Bytes

Versions: 6

Compression:

Stored size: 527 Bytes

Contents

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

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

    end

  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
phcscriptcdn-54.1.0 db/migrate/20160821183805_create_phcscriptcdn_script_licences.rb
phcscriptcdn-54.0.0 db/migrate/20160821183805_create_phcscriptcdn_script_licences.rb
phcscriptcdn-53.0.0 db/migrate/20160821183805_create_phcscriptcdn_script_licences.rb
phcscriptcdn-52.0.0 db/migrate/20160821183805_create_phcscriptcdn_script_licences.rb
phcscriptcdn-51.0.0 db/migrate/20160821183805_create_phcscriptcdn_script_licences.rb
phcscriptcdn-50.0.0 db/migrate/20160821183805_create_phcscriptcdn_script_licences.rb