How to get the each unique data from one column
I have table like this below,
Cannot insert the value NULL into column ‘id’, table ‘table’; column does not allow nulls. INSERT fails
I created a new table in Django to save some data. When I implemented the save view function, it worked locally. When it was published to the testing enviroment, I got the error