occupation
Database Architects
description
Create a database migration by modifying the Drizzle schema and generating the migration SQL. Use when adding tables, columns, indexes, or modifying the database structure.
updated
Menu
SkillsMP has collected 3 skills from GuilhermeVozniak/base-fullstack. Open a skill to review its source and details.
Showing 3 of 3 collected skills.
Create a database migration by modifying the Drizzle schema and generating the migration SQL. Use when adding tables, columns, indexes, or modifying the database structure.
Scaffold a new backend feature module with handler, service, repository, routes, schemas, DTOs, errors, and tests following the project's layered architecture.
Scaffold a new Next.js page with translations, API integration, and proper auth protection following the project conventions.