update composite_primary_key_create

This commit is contained in:
Chris Zhai 2024-04-19 13:33:38 +08:00
parent 8703373bd4
commit 35453772eb
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class IllegalSpell(Enum):
CASE4 = 'primary ky'
CASE5 = 'primarykey'
CASE6 = 'key primary'
CASE6 = 'primay key primay key'
CASE7 = 'primay key primay key'
class TableType(Enum):