$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.
Source: https://ru.stackoverflow.com/questions/194117/
All Articles