spring-flyway
Installation
SKILL.md
Spring Flyway
Conventions for managing database schema migrations with Flyway in Spring Boot 3.2+.
Do NOT Load for Liquibase or manual schema management — this skill is Flyway-specific.
Migration File Naming
V<version>__<description>.sql
│ │ │
│ │ └── Snake_case description (double underscore separator)
│ └── Version number
└── V = versioned, R = repeatable