Fix table sorting for FK reference column in new table wizard

also add LargeBinary data type option
This commit is contained in:
Lance Edgar 2023-03-25 11:28:53 -05:00
parent 2f8411ba2f
commit 45b8d9fb84
2 changed files with 4 additions and 6 deletions

View file

@ -183,6 +183,7 @@
<option value="Date">Date</option>
<option value="DateTime">DateTime</option>
<option value="Text">Text</option>
<option value="LargeBinary">LargeBinary</option>
<option value="_fk_uuid_">FK/UUID</option>
<option value="_other_">Other</option>
</b-select>