Skip to content

Commit e7a38b6

Browse files
committed
Polishing
1 parent 1c15a9a commit e7a38b6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

spring-data-jdbc/src/test/resources/org.springframework.data.jdbc.repository/JdbcRepositoryCrossAggregateHsqlIntegrationTests-hsql.sql

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
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+
);
27

38
CREATE TABLE REFERENCING_AGGREGATE
49
(

0 commit comments

Comments
 (0)