The following query only copies column names, data types, indices and constraints. But I also want to copy the triggers, how can I do this?
CREATE TABLE tbl_order_temp LIKE tbl_order;
The following query only copies column names, data types, indices and constraints. But I also want to copy the triggers, how can I do this?
CREATE TABLE tbl_order_temp LIKE tbl_order;