[dotenv@17.2.3] injecting env (1) from .env -- tip: 📡 add observability to secrets: https://dotenvx.com/ops [Database] Connecting to: mkb_erp_dev [API Server] Running on https://192.168.2.123:3001 (and 0.0.0.0) [Environment] development Error: Unknown column 'type' in 'INSERT INTO' at PromisePoolConnection.query (/var/www/html/node_modules/mysql2/lib/promise/connection.js:29:22) at /var/www/html/server/routes/invoices.cjs:195:41 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) { code: 'ER_BAD_FIELD_ERROR', errno: 1054, sql: '\n' + ' INSERT INTO invoices \n' + ' (administration_id, relation_id, project_id, type, \n' + ' invoice_number, quote_number, \n' + ' date, total_excl, vat_amount, total_incl, status, notes)\n' + " VALUES (1, 1, NULL, 'invoice', 'F2025{{MONTHLONGDIGITS}}-20240001', NULL, '2025-01-02', NULL, NULL, NULL, 'concept', NULL)\n" + ' ', sqlState: '42S22', sqlMessage: "Unknown column 'type' in 'INSERT INTO'" }