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:
3
db/migration/000032_add_team_created_updated_by.up.sql
Normal file
3
db/migration/000032_add_team_created_updated_by.up.sql
Normal 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);
|
||||
Reference in New Issue
Block a user