Skip to content

Commit

Permalink
Adding annotation for sql script
Browse files Browse the repository at this point in the history
  • Loading branch information
hemantDwivedi committed Sep 9, 2023
1 parent 51233b9 commit 2007ddb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions FlySpring/edgechain-app/src/main/resources/schema.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
CREATE TABLE history_context (
id VARCHAR(255) NOT NULL PRIMARY KEY,
response VARCHAR(1024),
created_at TIMESTAMP
CREATE TABLE history_context
(
id VARCHAR(255) NOT NULL PRIMARY KEY,
response VARCHAR(1024),
created_at TIMESTAMP
);

0 comments on commit 2007ddb

Please sign in to comment.