Bug report #13295

Updated by Nyall Dawson over 5 years ago

Default values for enum types are not displayed as the selected value in the column drop down menu when inserting entities.



<pre>

CREATE TYPE domain AS ENUM ('A', 'B', 'C');

CREATE TABLE ele_enum(ipid serial primary key, geom geometry(LineString,32628), test domain NOT NULL DEFAULT 'A'::test.domain) WITH ( OIDS=FALSE);

</pre>



For more information, please check attached pdf.

Back