Sha256: c737f8211f9b4db846e69472a2ffe98c989cac7e5dfc54e680688509fb4d68b3
Contents?: true
Size: 318 Bytes
Versions: 3
Compression:
Stored size: 318 Bytes
Contents
class CreateServiceTickets < ActiveRecord::Migration def change create_table :service_tickets do |t| t.string :ticket t.text :service t.datetime :consumed t.string :username t.string :client_hostname t.belongs_to :ticket_granting_ticket t.timestamps end end end
Version data entries
3 entries across 3 versions & 1 rubygems