database-migrations
Lucid models/migrations conventions and safe workflows. Use when changing schema or models.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Lucid models/migrations conventions and safe workflows. Use when changing schema or models.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Run, write, and troubleshoot Japa browser tests that use Playwright; use when you add or change frontend functionality that should be covered by tests
Testing guidelines. Use when writing or updating tests.
Caching with @adonisjs/cache (keys, tags, invalidation). Use when adding or debugging cache behavior.
Writing documentation. Use when key functionality is added or changed
Frontend rules conventions. Use when working with frontend-related tasks.
Background job conventions (BullMQ via @rlanz/bull-queue). Use when adding or editing jobs.
| name | database-migrations |
| description | Lucid models/migrations conventions and safe workflows. Use when changing schema or models. |
| metadata | {"short-description":"Lucid models/migrations conventions and safe workflows. Use when changing schema or models."} |
app/models, and all database interaction goes through these models.database/migrations.node ace make:migration <table name>
--alter to alter existing table, --create to create newnode ace make:model --migration [--factory] User
--factory flag can be used.node ace migration:fresh --seed instead of just migration:run when testing database changes to ensure a clean state.UUIDModel from app/models/mixins.js