$sql1="CREATE TABLE `say`(`pole` TIMESTAMP,`pole2` TEXT NOT NULL DEFAULT 'XOI')"; 

Error: BLOB / TEXT column 'pole2' can't have a default value I want the default text to be added by default.

    1 answer 1

    Read: Bug # 25520 Can not create a text field with a default value in MySQL 5.0.27 for windows .

    • Thanks for the reference. - koza4ok