Modifying the Database
Our schema is defined in the db/schema/
directory. The schema is defined using the Drizzle ORM and is written in TypeScript.
Please look at their Schema Declaration Guide for more information.
Make sure to read the Database README for how to apply your changes.