mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-07-29 18:53:12 +08:00
support table edit
This commit is contained in:
@ -62,6 +62,7 @@ public enum MysqlCollationEnum {
|
||||
return collation;
|
||||
}
|
||||
|
||||
|
||||
public static List<Collation> getCollations() {
|
||||
return Arrays.asList(MysqlCollationEnum.values()).stream().map(MysqlCollationEnum::getCollation).collect(java.util.stream.Collectors.toList());
|
||||
}
|
||||
|
Reference in New Issue
Block a user