I have a table that is loaded by sqlloader every day. I have to add a column to the table and in that column I want a sequence number to be placed when loading. The question is can I just make the column have a default value of theseq.nextval or do I have to put it in the control file or a insert trigger?