How can I generate a create table script for an existing table in phpmyadmin?
select * from information_schema.columns where table_name = 'your_table' and table_schema = 'your_database'