On Tuesday, February 18, 2003, at 12:39  PM, David Otton wrote:

You want the tables and the relationships between them? Not easy to get
the links because of the lack of foreign keys in MySQL.
You can add a comment to your table with the COMMENT modifier, which gives you 60 characters to describe your table's relationship to other tables.

(In a table named "registrants", you could have the comment

registrants.user_id = users.user_id

)

http://www.mysql.com/doc/en/CREATE_TABLE.html



Erik




--
Erik Price

email: [EMAIL PROTECTED]
jabber: [EMAIL PROTECTED]


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to