fix: recognize json_valid constraint as json field type for database mariadb #2746 (#3309)

This commit is contained in:
oldme
2024-03-06 19:07:31 +08:00
committed by GitHub
parent 97fcd9d726
commit 290f4a3e65
16 changed files with 172 additions and 63 deletions

View File

@ -66,6 +66,15 @@ jobs:
ports:
- 3306:3306
# MariaDb backend server.
mariadb:
image: loads/mariadb:10.4
env:
MARIADB_DATABASE: test
MARIADB_ROOT_PASSWORD: 12345678
ports:
- 3307:3306
# PostgreSQL backend server.
# docker run -d --name postgres \
# -p 5432:5432 \