Entering content frame

-7072: More than one column with default SERIAL not allowed 

Explanation:

You tried to assign the DEFAULT specification DEFAULT SERIAL more than once when a base table was defined. No more than one column may exist in each base table with the DEFAULT specification DEFAULT SERIAL.

User Action:

Decide on the column in which you want to leave out this definition. Then repeat the modified SQL statement.

 

Leaving content frame