this is custom doctype
also i run this command
bench --site [sitename] migrate
Select * from tab Child Table Name;
@pardeep_singh yes as i share in this topic
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