Skip to content

Add Laravel-style migration system with batch tracking and auto entity creation

Latest

Choose a tag to compare

@Caknoooo Caknoooo released this 12 Nov 13:59
  • Add Migration entity for tracking migrations with batch numbers
  • Add MigrationManager with run, rollback, status, and create operations
  • Add automatic entity creation when creating create_*_table migrations
  • Add migration commands to Makefile and script/command.go
  • Update README.md with comprehensive migration documentation
  • Support rollback by batch or all migrations