Skip to content

Commit a5bca63

Browse files
committed
Polishing
1 parent 961499d commit a5bca63

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
CREATE TABLE aggregate_one ( id BIGINT GENERATED BY DEFAULT AS IDENTITY ( START WITH 1 ) PRIMARY KEY, NAME VARCHAR(100), two INTEGER);
1+
CREATE TABLE AGGREGATE_ONE
2+
(
3+
ID BIGINT GENERATED BY DEFAULT AS IDENTITY ( START WITH 1 ) PRIMARY KEY,
4+
NAME VARCHAR(100),
5+
TWO INTEGER
6+
);

0 commit comments

Comments
 (0)