Skip to content

Commit 4442e18

Browse files
author
Karthik Raghunathan
committed
adding sequence
1 parent 8500b2c commit 4442e18

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
CREATE SEQUENCE hibernate_sequence
2+
START WITH 1
3+
INCREMENT BY 1
4+
NO MINVALUE
5+
NO MAXVALUE
6+
CACHE 1;
7+
8+

0 commit comments

Comments
 (0)