Sha256: 1064bfd65d91dea43efac1751ee36b7cb4328200fcc91706aeb3900a9456b3be

Contents?: true

Size: 517 Bytes

Versions: 35

Compression:

Stored size: 517 Bytes

Contents

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

35 entries across 35 versions & 1 rubygems

Version Path
phcscriptcdn-25.0.0 db/migrate/20160801032225_create_phcscriptcdn_script_licences.rb
phcscriptcdn-24.0.1 db/migrate/20160801032225_create_phcscriptcdn_script_licences.rb
phcscriptcdn-24.0.0 db/migrate/20160801032225_create_phcscriptcdn_script_licences.rb
phcscriptcdn-23.1.0 db/migrate/20160801032225_create_phcscriptcdn_script_licences.rb
phcscriptcdn-23.0.0 db/migrate/20160801032225_create_phcscriptcdn_script_licences.rb
phcscriptcdn-22.0.0 db/migrate/20160801032225_create_phcscriptcdn_script_licences.rb
phcscriptcdn-21.2.0 db/migrate/20160801032225_create_phcscriptcdn_script_licences.rb
phcscriptcdn-21.1.0 db/migrate/20160801032225_create_phcscriptcdn_script_licences.rb
phcscriptcdn-21.0.0 db/migrate/20160801032225_create_phcscriptcdn_script_licences.rb
phcscriptcdn-20.0.1 db/migrate/20160801032225_create_phcscriptcdn_script_licences.rb
phcscriptcdn-20.0.0 db/migrate/20160801032225_create_phcscriptcdn_script_licences.rb
phcscriptcdn-19.0.0 db/migrate/20160801032225_create_phcscriptcdn_script_licences.rb
phcscriptcdn-18.0.0 db/migrate/20160801032225_create_phcscriptcdn_script_licences.rb
phcscriptcdn-17.0.1 db/migrate/20160801032225_create_phcscriptcdn_script_licences.rb
phcscriptcdn-17.0.0 db/migrate/20160801032225_create_phcscriptcdn_script_licences.rb
phcscriptcdn-16.0.0 db/migrate/20160801032225_create_phcscriptcdn_script_licences.rb
phcscriptcdn-15.0.0 db/migrate/20160801032225_create_phcscriptcdn_script_licences.rb
phcscriptcdn-14.0.0 db/migrate/20160801032225_create_phcscriptcdn_script_licences.rb
phcscriptcdn-13.0.0 db/migrate/20160801032225_create_phcscriptcdn_script_licences.rb
phcscriptcdn-12.1.0 db/migrate/20160801032225_create_phcscriptcdn_script_licences.rb