Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
1 addition
and 1 deletion.
@@ -1,3 +1,3 @@ | ||
CREATE TABLE `LongTextTest`( entry1 LONGTEXT NOT NULL , entry2 MEDIUMTEXT NOT NULL , entry3 TEXT NOT NULL , entry4 VARCHAR(255) NOT NULL ); | ||
|
||
CREATE TABLE `table_name`( id INT NOT NULL ); | ||
CREATE TABLE `table_name`( id INT NOT NULL ); |