I have created tables in dev but i don't have the sql scripts of those tables .is there a way to retrieve those sql scripts
Discussion posts and replies are publicly visible
run this query,
SHOW CREATE TABLE tableName;