R
Railway8mo ago
Nico

MySQL Table Fields Change on Table Creation

When I run the following in the MySQL Query: CREATE TABLE IF NOT EXISTS users ( username VARCHAR(255), pw VARCHAR(255) ); The table generated has columns from other tables. Something seems to be happening on the backend that has a bug. The table is created but the structure and data within it is completely off and seems to pull from another table.
6 Replies
Percy
Percy8mo ago
Project ID: N/A
Nico
Nico8mo ago
N/A
Brody
Brody8mo ago
where are you running that query?
Nico
Nico8mo ago
No description
Nico
Nico8mo ago
I also connected in with DBeaver Which displayed the users table correctly. It looks like its a display thing, not an actual database issue
Brody
Brody8mo ago
correct, just a display bug, I would highly recommend you stay away from the data and query tabs, dbeaver is going to work perfectly