INFRA-3703 : Add created and updated by cloumn to team (#453)

* INFRA-3703 : Add created and updated by cloumn to team

* INFRA-3703 : Add if not exists
This commit is contained in:
Vijay Joshi
2024-09-06 12:51:37 +05:30
committed by GitHub
parent 843274cf48
commit e4bc6e7e62

View File

@@ -0,0 +1,3 @@
ALTER TABLE team
ADD COLUMN IF NOT EXISTS created_by character varying(50),
ADD COLUMN IF NOT EXISTS updated_by character varying(50);