<!DOCTYPE html><html><head><style type="text/css">body { font-family:'DejaVu Sans Mono'; font-size:12px}</style></head><body><div>Hello,<br>I'm using Qgis 3.4.4 Madeira on Ubuntu 16.04 and it seems that the attributes of Postgis layers are not editable if the corresponding field has a default value at the database level.<br>I observed this issue with fields of type boolean and hstore.<br>For example, if the field "active" of the table "test" has a default value:<br><br> Table "test"<br> Column | Type | Modifiers <br>--------+---------+--------------<br> id | integer | <br> name | hstore | <br> active | boolean | default true<br><br>than the field "active" is not editable in the attribute table in Qgis.<br><br>Could you please help me? <br><br>Regards Tom<br><br></div></body></html>