Jump to content

Mysql Tables Help


manni

Recommended Posts

It is impossible for us to know what they named their tables without code, or database access.

 

Just name your tables according to what is beings stored in them, there is no wrong or right name.

 

If you storing different cars and information on them, name the table "cars"...

 

If you need help knowing what type of fields you should use for each column in the table, post what the columns will be, and we will help you out with choosing the best type for the information you are trying to store.

 

Here are some useful links when choosing field types:

http://www.hudzilla.org/phpbook/read.php/9_1_2

http://dev.mysql.com/doc/refman/4.1/en/string-type-overview.html

Link to comment
https://forums.phpfreaks.com/topic/57879-mysql-tables-help/#findComment-286807
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.