I have a table in which I want to add a new char type column
Before adding the column took the export , then dropped the table and then recreated the table and then did the import using the same dump file. When I checked the value of new added column in table , it doesn't holds any value. How can I default the value to Spaces in this newly added column.