Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
PFM-4871: added the changes to persist sms in a table in mgramseva
Browse files Browse the repository at this point in the history
  • Loading branch information
debasishchakraborty-egovt committed Oct 5, 2023
1 parent ead650d commit 1ccdb4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CREATE TABLE IF NOT EXISTS eg_notification_sms (
id CHARACTER VARYING (128) NOT NULL,
id SERIAL PRIMARY KEY,
mobile_no VARCHAR(20) NOT NULL,
message TEXT,
category VARCHAR(50),
Expand Down

0 comments on commit 1ccdb4e

Please sign in to comment.