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
CREATETABLEExampleTutorial (
id INT(20) NOT NULL AUTO_INCREMENT,
title VARCHAR(255) NOT NULL,
dat_calendar DATE(20),
description TEXT(20) COMMENT 'Description post',
content TEXT(20) CHARACTER SET utf8 COLLATE utf8_unicode_ci,
PRIMARY KEY (id)
);`
The text was updated successfully, but these errors were encountered:
Query example result error parsing
The text was updated successfully, but these errors were encountered: