Sha256: ae5f281151ecb1ddf7e06c6605886636c5c0e5ba367ff2de84ec4e335efb3ac6
Contents?: true
Size: 275 Bytes
Versions: 39
Compression:
Stored size: 275 Bytes
Contents
class CreateTerminalProfiles < ActiveRecord::Migration def change create_table :terminal_profiles do |t| t.string :title t.string :support_phone t.string :keyword t.string :logo t.timestamps end end end
Version data entries
39 entries across 39 versions & 1 rubygems