Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- DROP TABLE IF EXISTS estimate_result;
- DROP TABLE IF EXISTS mi;
- DROP TABLE IF EXISTS fee;
- DROP TABLE IF EXISTS fee_template;
- DROP TABLE IF EXISTS loan;
- DROP TABLE IF EXISTS estimate;
- DROP TABLE IF EXISTS borrower;
- DROP TABLE IF EXISTS loan_type;
- DROP TABLE IF EXISTS license;
- DROP TABLE IF EXISTS user;
- DROP TABLE IF EXISTS branch;
|