ALTER TABLE _branch_document_data ADD COLUMN print_command char(255); UPDATE _branch_document_data SET print_command = 'lpr' ;