Drop a trigger from a table
To drop a trigger from a table you need this command
DROP TRIGGER
DROP TRIGGER IF EXISTS trigger_name ON table_name;
To drop a trigger from a table you need this command
DROP TRIGGER IF EXISTS trigger_name ON table_name;