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.

reset.sql 361 B

123456789101112
  1. DROP TABLE IF EXISTS estimate_result;
  2. DROP TABLE IF EXISTS mi;
  3. DROP TABLE IF EXISTS fee;
  4. DROP TABLE IF EXISTS fee_template;
  5. DROP TABLE IF EXISTS loan;
  6. DROP TABLE IF EXISTS estimate;
  7. DROP TABLE IF EXISTS borrower;
  8. DROP TABLE IF EXISTS loan_type;
  9. DROP TABLE IF EXISTS license;
  10. DROP TABLE IF EXISTS user;
  11. DROP TABLE IF EXISTS branch;
  12. DROP TABLE IF EXISTS address;