What happens on table definition changes if I change a nullable column to NOT NULL
If i make a table column which was nullable initially to a non-nullable; and then commit this change to svn. On the other computer, when i update from svn, what happens to the data? as the records in this table may have the null values in the column i just changed.
3
votes
anonymous
shared this idea