USE billing; ALTER TABLE invoice_templates ADD COLUMN call_direction enum('in','out','in_out') NOT NULL DEFAULT 'out';