-- Add tooltip column to cards table for term definitions
ALTER TABLE `cards` 
ADD COLUMN `tooltip` TEXT NULL 
AFTER `title`;

