Consinder mapping InstanceState
to a VARCHAR
instead of a MAP
#18
Labels
enhancement
New feature or request
InstanceState
to a VARCHAR
instead of a MAP
#18
InstanceState
has two properties,Code
andName
. Because this column is updatable (to stop the instance), it would be easier to use basic types. So thestate
column should be aVARCHAR
andstate_code
might be a separate column or might be dropped altogether.The text was updated successfully, but these errors were encountered: