getting uRL fix
This commit is contained in:
+2
-1
@@ -599,11 +599,12 @@ INSERT INTO subscription_options_items (option_name,description,list_order)
|
||||
VALUES('PREMIUM001','',0);
|
||||
|
||||
|
||||
DROP TABLE subscription_generative;
|
||||
|
||||
CREATE TABLE subscription_generative(
|
||||
id SERIAL,
|
||||
uid uuid DEFAULT uuid_generate_v4(),
|
||||
member_id INT REFERENCES members(id) UNIQUE NOT NULL,
|
||||
member_id INT REFERENCES members(id),
|
||||
practice VARCHAR(100) NOT NULL,
|
||||
specialization VARCHAR(100) NOT NULL,
|
||||
product_id VARCHAR(25) NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user