Sha256: 4827c49dd173e9f814023d91c4335289747508fcc783d7fb0b7467d9642b97f9
Contents?: true
Size: 233 Bytes
Versions: 3
Compression:
Stored size: 233 Bytes
Contents
class CreateProxyGrantingTickets < ActiveRecord::Migration def change create_table :proxy_granting_tickets do |t| t.string :ticket t.string :client_hostname t.string :iou t.timestamps end end end
Version data entries
3 entries across 3 versions & 1 rubygems