loan uodates

This commit is contained in:
CHIEFSOFT\ameye
2025-02-18 09:20:16 -05:00
parent 298582054d
commit a335f2c273
2 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -82,6 +82,7 @@ CREATE TABLE loan_apply (
bvn VARCHAR(12) NOT NULL,
amount INT DEFAULT 0,
added timestamp without time zone DEFAULT now(),
status INT DEFAULT 1,
verified timestamp
);
ALTER TABLE ONLY loan_apply
@@ -105,7 +106,7 @@ ALTER TABLE ONLY loans
--- ALTER TABLE loan_apply ADD verified timestamp;
--- ALTER TABLE loan_apply ADD status INT DEFAULT 1;
{"cid": "425611f2-c692-4404-b93d-76ca7a5ce00", "description": "100,000 Naira for 30 Days" , "active" : 1 },
{"cid": "425611f2-c692-4404-b93d-76ca7a5ce01", "description": "300,000 Naira for 60 Days" , "active" : 1 },