Loan create
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user