Install askbot with mysql does not set default values
I found that i can't insert a record into mysql database, because there are a lot of columns which need a default value.
When i use "python manage.py syncdb", it seems like don't set the default value?
Anyone knows how to solve this problem?
PostgreSQL seems work fine.
Comments