Update
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
CREATE EXTENSION IF NOT EXISTS "pgcrypto";
|
||||
|
||||
CREATE SCHEMA "catalog" AUTHORIZATION egommerce;
|
||||
|
||||
CREATE TABLE catalog.product
|
||||
(
|
||||
id uuid NOT NULL DEFAULT gen_random_uuid(),
|
||||
|
||||
Reference in New Issue
Block a user