create table t_products like app.t_products;

insert into test.t_products select * from app.t_products;