parsed.org
Show Table/View Definition by xinu on Dec 14, 2007 10:03 AM

In MySQL you can describe tables to get their columns and types, but if you need to get the SQL that created them, you can run the following:

mysql> show create table <table_or_view_name>;
definintionmysqltableview
RSS