P5-5700 add inserted date column to collection_products

This commit is contained in:
Martin Carlsson
2020-08-26 15:04:53 +02:00
committed by GitHub
parent f2ddb3d725
commit 9fd0a1c333
+4
View File
@@ -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();