RRailway•Created by cordila on 4/21/2023 in #✋|help Potential bug with MySQL
Yeah its quite severely bugged, I created another table
CREATE TABLE users (
id INT AUTO_INCREMENT PRIMARY KEY,
name VARCHAR(255),
email VARCHAR(255)
);
just to test and it works but now the other tables all show the same columns lol