Skip to content

Commit

Permalink
Add HikariCP3
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman3455 committed Jan 2, 2025
1 parent 087debf commit 239b9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/resources/schema.sql
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DROP TABLE IF EXISTS urls;

CREATE TABLE urls (
id INT PRIMARY KEY AUTO_INCREMENT,
id BIGINT PRIMARY KEY GENERATED ALWAYS AS IDENTITY,
name VARCHAR(255) NOT NULL,
created_at TIMESTAMP
);

0 comments on commit 239b9f0

Please sign in to comment.