buster/packages/database/drizzle/0093_flimsy_hemingway.sql

1 line
613 B
SQL

ALTER TABLE "users" ADD COLUMN "suggested_prompts" jsonb DEFAULT '{"suggestedPrompts":{"report":["provide a trend analysis of quarterly profits","evaluate product performance across regions"],"dashboard":["create a sales performance dashboard","design a revenue forecast dashboard"],"visualization":["create a metric for monthly sales","show top vendors by purchase volume"],"help":["what types of analyses can you perform?","what questions can I as buster?","what data models are available for queries?","can you explain your forecasting capabilities?"]},"updatedAt":"2025-09-11T05:07:11.229Z"}'::jsonb NOT NULL;