CAlendar data
This commit is contained in:
+1
-1
@@ -99,7 +99,7 @@ CREATE TABLE member_product_refresh(
|
||||
uid uuid DEFAULT uuid_generate_v4(),
|
||||
member_id INT REFERENCES members(id),
|
||||
product_id VARCHAR(25) NOT NULL,
|
||||
subscription_uid VARCHAR(100) UNIQUE NOT NULL,
|
||||
subscription_uid VARCHAR(100) NOT NULL,
|
||||
status INT DEFAULT 0,
|
||||
added timestamp without time zone DEFAULT now(),
|
||||
updated timestamp without time zone DEFAULT now()
|
||||
|
||||
Reference in New Issue
Block a user