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 Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.