Tag: Schema
4 items found
Glossary Terms
Glossary
Database Migration
Database migration changes schema or data structures in versioned steps so the database stays aligned with application code.
Glossary
Database Migration
Database migration applies table, column, index, and data transformation changes through versioned files in a controlled way.
Glossary
GraphQL Schema
A GraphQL schema is the contract layer that defines API types, queries, mutations, and relationships between fields.
Glossary
ORM Migration
ORM migration is the practice of managing database schema changes through code files using ORM tools like Prisma or Drizzle.