darkmonkey Posted December 14, 2003 Share Posted December 14, 2003 I have a question on mysql, is their a limit to the amount of fields a table can have?, and if not would alot of fields slow it down? Im working on a mod for phpBB, and i need to add alot of fields for new info to the user details. i thought i had 2 options- 1. create a new table to hold the new fields or 2. add all the fields onto the current user table If you think i should use the first option, how should i go about linking this? (id, login, etc..) Thanks in advance, darkmonkey Link to comment https://forums.phpfreaks.com/topic/1498-limits/ Share on other sites More sharing options...
darkmonkey Posted December 15, 2003 Author Share Posted December 15, 2003 does anybody know how i could link 2 tables with the same id, so that when i take data out of one, you can take the same data from the same person from the second Link to comment https://forums.phpfreaks.com/topic/1498-limits/#findComment-4953 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.