Define Neon Postgres schema and migration workflow for chatbot sessions, messages, users, and optional onboarding profile fields. Use when setting up database persistence for RAG chatbots, adding authentication/onboarding tables, or creating new migrations for message metadata (selected text, citations, document IDs). Supports init scripts, Alembic, Prisma, and raw SQL workflows.