Commit 77760a9
committed
Fix MySQL schema reflection when columns have expressions
Skip over empty columns when reflecting schema. Currently schema
reflection doesn't support expressions for indexes. This isn't ideal but
we are also missing schema generation and migration support for index
expressions.
Fixes #167271 parent f94f24b commit 77760a9
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
241 | | - | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
242 | 244 | | |
243 | 245 | | |
244 | 246 | | |
| |||
0 commit comments