From 2007ddb58b3d173bab1b8d90f68c377b28e3bdc3 Mon Sep 17 00:00:00 2001 From: hemantDwivedi Date: Sat, 9 Sep 2023 20:02:52 +0530 Subject: [PATCH] Adding annotation for sql script --- FlySpring/edgechain-app/src/main/resources/schema.sql | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/FlySpring/edgechain-app/src/main/resources/schema.sql b/FlySpring/edgechain-app/src/main/resources/schema.sql index e02187b40..199c44239 100644 --- a/FlySpring/edgechain-app/src/main/resources/schema.sql +++ b/FlySpring/edgechain-app/src/main/resources/schema.sql @@ -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 ); \ No newline at end of file