R
Railway14mo 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
Percy14mo ago
Project ID: N/A
Nico
NicoOP14mo ago
N/A
Brody
Brody14mo ago
where are you running that query?
Nico
NicoOP14mo ago
No description
Nico
NicoOP14mo 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
Brody14mo 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
Want results from more Discord servers?
Add your server