Skip to content

Commit 7b5e981

Browse files
committed
docs: fix enum comment to reflect CREATE TYPE decision
1 parent 4980e8b commit 7b5e981

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/design/multi-backend-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ CORE_TYPES = {
121121
"decimal": ..., # MySQL: decimal(p,s), PostgreSQL: numeric(p,s)
122122

123123
# Enum (portable with backend-specific implementation)
124-
"enum": ..., # MySQL: enum(...), PostgreSQL: varchar + CHECK
124+
"enum": ..., # MySQL: enum(...), PostgreSQL: CREATE TYPE
125125
}
126126
```
127127

0 commit comments

Comments
 (0)