How to view the structure of child doctype in MariaDB?


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

1 Like