I\'m trying to figure out a way to update a record without having to list every column name that needs to be updated.
For instance, it would be nice if I could use so
you could do it by deleting the column in the table and adding the column back in and adding a default value of whatever you needed it to be. then saving this will require to rebuild the table