$sql = "ALTER TABLE $table ALTER COLUMN $column SET DEFAULT $value"; $ret = $TB->execute($sql); echo $ret;