Loan create

This commit is contained in:
CHIEFSOFT\ameye
2025-03-09 21:24:57 -04:00
parent deefe8fcc5
commit 3af156eb21
2 changed files with 67 additions and 7 deletions
+1
View File
@@ -102,6 +102,7 @@ CREATE TABLE loans (
loan VARCHAR(25) REFERENCES loan_offers (loan),
approved_amount INT DEFAULT 0,
days_duration INT DEFAULT 0,
status INT DEFAULT 1,
due_date timestamp,
payment INT DEFAULT 0,
added timestamp without time zone DEFAULT now()