This seems like a dumb question--sorry.  Looking at my table it shows
'MUL' instead of 'PRI' like the other tables.  Did I forget to code
unit_id as primary?  Thanks, Justin

mysql> desc property_units;
+----------------+-------------+------+-----+---------+----------------+
| Field          | Type        | Null | Key | Default | Extra          |
+----------------+-------------+------+-----+---------+----------------+
| unit_id        | int(11)     |      | MUL | 0       | auto_increment |
| property_id    | int(11)     | YES  |     | NULL    |                |
| unit_detail_id | int(11)     | YES  |     | NULL    |                |
| unit_type_id   | int(11)     | YES  |     | NULL    |                |
| date_available | varchar(20) | YES  |     | NULL    |                |
+----------------+-------------+------+-----+---------+----------------+


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to