this is custom doctype
also i run this command
bench --site [sitename] migrate
Select * from tab Child Table Name
;
Your child table name is Employee Table
.
So you have to do as
select * from `tabEmployee Table`;
and adding Type
at the end is wrong syntax.
thanks for all