It’s probably a TEXT column with a default. For example, do this:
user@example:~$ ssh -p 22 [email protected] “MYSQL_PWD=’OwMewBIaeut2fHRVrwoB’ mysql -u db_user db_name -e \”ALTER TABLE tasks MODIFY COLUMN status TEXT;\””
It’s probably a TEXT column with a default. For example, do this:
user@example:~$ ssh -p 22 [email protected] “MYSQL_PWD=’OwMewBIaeut2fHRVrwoB’ mysql -u db_user db_name -e \”ALTER TABLE tasks MODIFY COLUMN status TEXT;\””