This commit is contained in:
astaxie 2016-01-04 22:10:18 +08:00
parent 73168d2f7d
commit 7fbaf82897
1 changed files with 1 additions and 0 deletions

View File

@ -271,6 +271,7 @@ func getColumnDefault(fi *fieldInfo) string {
TypeBigIntegerField, TypePositiveBitField, TypePositiveSmallIntegerField,
TypePositiveIntegerField, TypePositiveBigIntegerField, TypeFloatField,
TypeDecimalField:
t = " DEFAULT %s "
d = "0"
}