in sqlite database or sqlitebrowser, in linux, how make a column write protected?
I am opening sqlite browser. I create a table. then, some columns. eg. the column A must be write protected. But not such "option" exists as "unique key" options exists or as "not null" option.
So, i can add a bit of code to make it no other entries inserted as well no modification to this column.
How i can do that?