Terlido Help
Operations

Database setup and seed data

Prepare Microsoft SQL Server and apply Terlido migrations.

Prepare Microsoft SQL Server and apply Terlido migrations.

Database setup and seed data workflow diagram
A page-specific visual summary of the verified operations behavior described below.

How to use it

Create the SQL Server database, set DATABASE_URL, generate Prisma, run migrations, then use the seed only for the intended environment.

Important behavior

Migrations include hand-written SQL Server details. Production uses prisma migrate deploy through the deployment workflow.

On this page