Merge branch 'main' of ssh://git.ma-al.com:8822/goc_daniel/b2b into expand_orders

This commit is contained in:
Daniel Goc
2026-04-16 15:01:45 +02:00
22 changed files with 622 additions and 17 deletions

View File

@@ -113,7 +113,7 @@ CREATE TABLE IF NOT EXISTS b2b_customers (
created_at DATETIME(6) NULL,
updated_at DATETIME(6) NULL,
deleted_at DATETIME(6) NULL,
is_no_vat TINYINT(1) NULL DEFAULT 0
is_no_vat TINYINT(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
CREATE UNIQUE INDEX IF NOT EXISTS idx_customers_email