-- This migration adds the updated_at column to existing dict entry tables -- Since dict entry tables are created dynamically, we need to handle this differently -- For now, we'll drop and recreate existing tables to ensure they have the correct schema -- Note: In a production environment, you would want to handle this more carefully -- by checking each existing dict_entries_* table and adding the column if it doesn't exist