Migrations - uuid fix
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
CREATE EXTENSION IF NOT EXISTS "pgcrypto";
|
||||
|
||||
CREATE TABLE IF NOT EXISTS "ordering"."order"
|
||||
(
|
||||
id uuid NOT NULL DEFAULT gen_random_uuid(),
|
||||
|
||||
Reference in New Issue
Block a user