Fix in corefield text
This commit is contained in:
parent
4cf4fbb59d
commit
313e0b03df
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ class TextField(PhangoField):
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
return 'TEXT NOT NULL DEFAULT ""'
|
return 'TEXT NOT NULL'
|
||||||
|
|
||||||
class ForeignKeyField(IntegerField):
|
class ForeignKeyField(IntegerField):
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue