14.11.2015, 07:46
So i'm starting with a basic mysql script and I'm trying to add a new 'admin' variable
the problem is I'm inexperienced and I added everything I needed but I was wondering how to make it add the new variable to the accounts data without me having to add it in the .sql table
this is a concern to me because say i have 10 active registered users and I add a trucker job and a variable to check if they're a trucker how would i add it to the existing users without having to add it to the table and making them re register...
the problem is I'm inexperienced and I added everything I needed but I was wondering how to make it add the new variable to the accounts data without me having to add it in the .sql table
this is a concern to me because say i have 10 active registered users and I add a trucker job and a variable to check if they're a trucker how would i add it to the existing users without having to add it to the table and making them re register...