Commit 4399f51
Update enum PostgreSQL mapping to use native ENUM type
PostgreSQL supports native ENUM via CREATE TYPE ... AS ENUM, which
provides similar semantics to MySQL ENUM (efficient storage, value
enforcement, definition-order ordering). DataJoint will handle the
separate type creation automatically.
Co-authored-by: dimitri-yatsenko <dimitri@datajoint.com>1 parent 2f38734 commit 4399f51
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
0 commit comments