Skip to content

Commit

Permalink
Create schema.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
SquidRings1 authored Dec 12, 2024
1 parent ceef849 commit 6102182
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/resources/schema.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
CREATE TABLE IF NOT EXISTS todo (
id BIGSERIAL PRIMARY KEY,
message TEXT,
author CHAR(64)
);

0 comments on commit 6102182

Please sign in to comment.