A admin Administrator Staff member Aug 21, 2008 #1 I want to create a table with one colum of (data type mediumtext) and want to declare it primary kay. How can? while CREATE TABLE ABC(temp mediumtext primary key) and CREATE TABLE ABC(temp mediumtext NOT NULL primary key) does not work.
I want to create a table with one colum of (data type mediumtext) and want to declare it primary kay. How can? while CREATE TABLE ABC(temp mediumtext primary key) and CREATE TABLE ABC(temp mediumtext NOT NULL primary key) does not work.