khugc.asia - ENGINEERING CURIOSITY

Description: Home page for a bunch of things related to khugc.

Example domain paragraphs

Posted by TOP in LINUX | Comments off

When developing a database scheme it may be necessary to add or remove columns or change the relationships between tables. Here are some ways to find out how tables are defined and how to change them.

This will describe the columns in the table and show any foreign key relationships. A foreign key will be reported as: session_positions_ibfk_n where n is an integer number showing which foreign key it is if there is more than one.