mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-08 19:28:17 +00:00
@@ -33,7 +33,7 @@ export class CreateInvoices1821000000002 implements MigrationInterface {
|
|||||||
}
|
}
|
||||||
|
|
||||||
await queryRunner.query(`
|
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(),
|
id uuid NOT NULL DEFAULT uuid_generate_v4(),
|
||||||
invoice_number varchar(64) NOT NULL,
|
invoice_number varchar(64) NOT NULL,
|
||||||
company_id uuid NOT NULL,
|
company_id uuid NOT NULL,
|
||||||
|
|||||||
Reference in New Issue
Block a user