You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CREATE TABLE IF NOT EXISTS classified_comments (ID int NOT NULL AUTO_INCREMENT, Comment TEXT, Classified varchar(255), PRIMARY KEY (ID)) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;