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
cursor.execute("CREATE TABLE developers_profile (id INT(11) AUTO_INCREMENT, name VARCHAR(100) NOT NULL, skills VARCHAR(255) NOT NULL, github_link VARCHAR(512) NOT NULL, file VARBINARY (3000) NOT NULL, PRIMARY KEY(id))")