feat(database/gdb): add year field type support for ORM operations (#3805)

This commit is contained in:
John Guo
2024-09-25 16:33:52 +08:00
committed by GitHub
parent ab2c3b02ac
commit 3f2b1cb329
6 changed files with 108 additions and 25 deletions

View File

@ -58,6 +58,11 @@ jobs:
- 6379:6379
# MySQL backend server.
# docker run -d --name mysql \
# -p 3306:3306 \
# -e MYSQL_DATABASE=test \
# -e MYSQL_ROOT_PASSWORD=12345678 \
# loads/mysql:5.7
mysql:
image: loads/mysql:5.7
env: