Sha256: a686e17ed5e7fd2bde1c3580e3aeb95cddb3ca989b926b0aaa610de48315e7b8

Contents?: true

Size: 517 Bytes

Versions: 10

Compression:

Stored size: 517 Bytes

Contents

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

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

    end

  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
phcscriptcdn-48.0.0 db/migrate/20160801032225_create_phcscriptcdn_script_licences.rb
phcscriptcdn-47.0.0 db/migrate/20160801032225_create_phcscriptcdn_script_licences.rb
phcscriptcdn-44.1.0 db/migrate/20160801032225_create_phcscriptcdn_script_licences.rb
phcscriptcdn-45.0.0 db/migrate/20160801032225_create_phcscriptcdn_script_licences.rb
phcscriptcdn-44.0.0 db/migrate/20160801032225_create_phcscriptcdn_script_licences.rb
phcscriptcdn-43.0.0 db/migrate/20160801032225_create_phcscriptcdn_script_licences.rb
phcscriptcdn-42.0.0 db/migrate/20160801032225_create_phcscriptcdn_script_licences.rb
phcscriptcdn-41.0.0 db/migrate/20160801032225_create_phcscriptcdn_script_licences.rb
phcscriptcdn-27.0.0 db/migrate/20160801032225_create_phcscriptcdn_script_licences.rb
phcscriptcdn-26.0.0 db/migrate/20160801032225_create_phcscriptcdn_script_licences.rb