diff --git a/src/utils/schema-structs.lisp b/src/utils/schema-structs.lisp index 00b8ac9..b0ab147 100644 --- a/src/utils/schema-structs.lisp +++ b/src/utils/schema-structs.lisp @@ -363,6 +363,8 @@ ((and (stringp default) (string= "CURRENT_TIMESTAMP" default)) default) ((and (stringp default) (string= "CURRENT TIMESTAMP" default)) "CURRENT_TIMESTAMP") + ((and (stringp default) (string= "newsequentialid()" default)) + "uuid_generate_v1()") (t ;; apply the transformation function to the default value (if transform (format-default-value (funcall transform default))