refactor(postgresql): Optimize sequence-related functions and code structures

This commit is contained in:
Sylphy
2025-04-18 13:20:06 +08:00
parent ccd615cca2
commit 8bdc39446c
6 changed files with 17 additions and 19 deletions

View File

@ -60,7 +60,7 @@ public class SequenceController {
}
/**
* Get the sql statement that modifies the sequence
* Get a SQL statement that modifies or creates a new sequence
*
* @param request
* @return