fix: table schema permissions (#23356)

This commit is contained in:
Beto Dealmeida
2023-03-14 15:18:18 -07:00
committed by GitHub
parent d2c1fb95ec
commit 1b95da7487
10 changed files with 148 additions and 10 deletions

View File

@@ -69,6 +69,8 @@ class MySQLEngineSpec(BaseEngineSpec, BasicParametersMixin):
)
encryption_parameters = {"ssl": "1"}
dynamic_schema = True
column_type_mappings = (
(
re.compile(r"^int.*", re.IGNORECASE),