Hello,
Is there any way to change how wampserver > phpMyAdmin see relationships?
I create a MySQL DB like:
Table ----------- Fields
users ----------- id name email
address----------id name user_id
set the user_id as index and link with table users.
So far so good.
But when i go to the address table and check the users_id value there (like "3" ). Its showing the email instead of a name. I did the change name of the table name, by aname, them wampserver recognize the value 3 as the name value, not a email...
So, i can conclude that wampserver (tried using XAMPP and works correctly) is using the fields as alphabetical, and not as column made order.
theres a way to change that? I want to the relashinships return the first column after id, not a first column in alphabetical order.
ty in advance.
Is there any way to change how wampserver > phpMyAdmin see relationships?
I create a MySQL DB like:
Table ----------- Fields
users ----------- id name email
address----------id name user_id
set the user_id as index and link with table users.
So far so good.
But when i go to the address table and check the users_id value there (like "3" ). Its showing the email instead of a name. I did the change name of the table name, by aname, them wampserver recognize the value 3 as the name value, not a email...
So, i can conclude that wampserver (tried using XAMPP and works correctly) is using the fields as alphabetical, and not as column made order.
theres a way to change that? I want to the relashinships return the first column after id, not a first column in alphabetical order.
ty in advance.