will mess up structure of insertions
|
|

If i go into my Vb mysql and add extra fields in the user table will it fuck anything up?
I want to add fields which can't be edited by the forum, instead of creating a new database for the same stuff and having to search both tables.

Ah, so if i wanted variables done by name i would have to create a new table and store the names again?
Also, is there a way to enter data into these tables upon registering on the forum? So for example if i had the table; "imagelinks" or something, is there a way to automatically set an entry as "user, null" when registering?





Unless vbulletin use some weird syntax, when you insert into a table you do something like this:
Adding extra columns shouldn't make a difference since in your INSERT INTO statement you already specify which columns and the order of them that you are going to use in the VALUES bit.Code:INSERT INTO table (col1, col2, col3) VALUES (value1, value2, value3);





| « VBulletin [4.0.8] Database problem | Custom vB Integrated Pages? » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |