-- Add tooltip column to cards table for Compeer-specific and ag/finance terms
ALTER TABLE `cards` ADD COLUMN `tooltip` TEXT NULL DEFAULT NULL AFTER `title`;
