Sha256: 8c68e9c4b0a1b1d96997d080958d8f3c8b1b1aa1cfa065abb811ab4fe52437e8
Contents?: true
Size: 438 Bytes
Versions: 196
Compression:
Stored size: 438 Bytes
Contents
class CreateKatelloContent < ActiveRecord::Migration[4.2] def change create_table :katello_contents do |t| t.string :cp_content_id, :index => true, :unique => true t.string :content_type, :index => true t.string :name, :index => true t.string :label, :index => true, :unique => true t.string :vendor t.string :gpg_url, :index => true t.string :content_url, :index => true end end end
Version data entries
196 entries across 196 versions & 1 rubygems