Closed woodhull closed 7 years ago
This updates the regex to match the pg 10.x format which includes AS integer for sequences.
AS integer
Should still be backwards compatible with 9.x which does not specify AS integer.
@woodhull Thanks for the contribution!
This updates the regex to match the pg 10.x format which includes
AS integer
for sequences.Should still be backwards compatible with 9.x which does not specify AS integer.