I have a database already created, inside it I have a table already created. In it I need to create a field that is NOT NULL
. I do everything via the graphical interface that is faster, I click on the > new column :
table, give it a name, say the type and mark the NOT NULL
option. When I mark the NOT NULL option and click OK, saving appears the following error:
AN OCCURRED ERROR:
Column: "Name" contains null values.
I use the PGADMIN III version.