Sha256: ed553d15fedba577cefc21a9916d1835868c18b190e0fb8a69c9bd02e0912bf4

Contents?: true

Size: 527 Bytes

Versions: 4

Compression:

Stored size: 527 Bytes

Contents

class CreatePhcscriptcdnScriptLicences < ActiveRecord::Migration[7.0]
  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

4 entries across 4 versions & 1 rubygems

Version Path
phcscriptcdn-55.0.3 db/migrate/20160821183805_create_phcscriptcdn_script_licences.rb
phcscriptcdn-55.0.2 db/migrate/20160821183805_create_phcscriptcdn_script_licences.rb
phcscriptcdn-55.0.1 db/migrate/20160821183805_create_phcscriptcdn_script_licences.rb
phcscriptcdn-55.0.0 db/migrate/20160821183805_create_phcscriptcdn_script_licences.rb