Hey salman0149 ,
There's no real notion of table schemas in TinyDB. It's basically just an object storage and it's the reponsibility of the user to make sure the object has the expected format. If you want to change the object format, you'll have to implement some form of migrations yourself.
Cheers!