Is it possible to copy all my DB tables to another DB but without the field values. Soo an empty DB just with tables names and links.
My situation :
I'm developing a web page with a DB(MySql Workbench) in parallel. In that DB I put only fake information and did on local on my PC.
Soo now its time to do it in real with real information >< Soo I wanna tranfert only the tables of my DB in the new server, a copy wouldn't be fine becaucse it will copy also all the fake values :/
Soo is it possible ?
ps : I can't delete all my values because of all PK et FK constraint I declared -_-