We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b714c37 commit bb01474Copy full SHA for bb01474
complete/src/main/resources/schema-all.sql
@@ -4,4 +4,4 @@ CREATE TABLE people (
4
person_id BIGINT IDENTITY NOT NULL PRIMARY KEY,
5
first_name VARCHAR(20),
6
last_name VARCHAR(20)
7
-);
+);
initial/src/main/resources/schema-all.sql
0 commit comments