feat(cmd/gf): add ShardingPattern option for command gf gen dao to support generating dao files sharding tables (#4081)

This commit is contained in:
John Guo
2024-12-26 23:21:03 +08:00
committed by GitHub
parent f66e09717c
commit fc9093a1aa
29 changed files with 1145 additions and 868 deletions

View File

@ -83,8 +83,13 @@ jobs:
- 3306:3306
# MariaDb backend server.
# docker run -d --name mariadb \
# -p 3307:3306 \
# -e MYSQL_DATABASE=test \
# -e MYSQL_ROOT_PASSWORD=12345678 \
# mariadb:11.4
mariadb:
image: mariadb:10.4
image: mariadb:11.4
env:
MARIADB_DATABASE: test
MARIADB_ROOT_PASSWORD: 12345678