6972 WITH DEFAULT is not allowed on a PERIOD(TIME) column.
Explanation:
The WITH DEFAULT option is not allowed on a PERIOD(TIME) column. The default value for a PERIOD(TIME) column can be set using a Period value constructor or a Period literal.
Generated By:
Parser.
For Whom:
End User.
Remedy:
Rewrite the statement without using WITH DEFAULT on PERIOD(TIME).