P5-5700 add inserted date column to collection_products
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-- P5-5700 add inserted date to collection products table
|
||||
|
||||
alter table collections_products
|
||||
add column inserted timestamp with time zone NOT NULL DEFAULT now();
|
||||
Reference in New Issue
Block a user