Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

sp_help for MySql?

Tags:

mysql

I learned about this:

desc survey.bb_data

through SO, but this only tells you what the field names are but doesn't show constraints, etc.

Maybe I'm being naive about this but shouldn't there be more data (like FK's, etc)?

like image 990
Ramy Avatar asked Oct 20 '25 04:10

Ramy


1 Answers

SHOW CREATE TABLE survey.bb_data

That should show all field types and foreign key constraints.

like image 72
Ian Wood Avatar answered Oct 22 '25 18:10

Ian Wood



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!