Initialize Database

Back to Debug
Database Schema Initialization
Create the necessary tables in your Neon database for the KudosPotato application

Important Information

This tool will create the necessary tables in your Neon database. If the tables already exist, it will not modify them. This is useful if you're setting up a new database or if you're experiencing errors related to missing tables.

The initialization process will create the following tables:

  • users - Stores user information
  • kudos - Stores kudos messages
  • kudos_transactions - Stores kudos transactions
  • rate_limits - Manages rate limiting for kudos sending