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