if (definition.includes('DEFAULT')) {
        attrSql += query(
          `${this.quoteIdentifier(attributeName)} SET DEFAULT ${definition.match(/DEFAULT ([^;]+)/)[1]}`
        );