mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-27 00:52:50 +00:00
@@ -33,7 +33,7 @@ export class CreateInvoices1821000000002 implements MigrationInterface {
|
||||
}
|
||||
|
||||
await queryRunner.query(`
|
||||
CREATE IF NOT EXISTS TABLE freight.invoices (
|
||||
CREATE TABLE IF NOT EXISTS freight.invoices (
|
||||
id uuid NOT NULL DEFAULT uuid_generate_v4(),
|
||||
invoice_number varchar(64) NOT NULL,
|
||||
company_id uuid NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user