Skip to content

Commit

Permalink
Remove statement
Browse files Browse the repository at this point in the history
  • Loading branch information
kvesteri committed Dec 30, 2014
1 parent a554168 commit 5857c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Expand Up @@ -8,7 +8,7 @@ What does it do?

* By setting default values for your int/str/bool columns, SQLAlchemy-Defaults automatically also sets server_default values

* Unlike SQLAlchemy, all string columns are not nullable by default. Why? An empty string should be '' instead of None.
* All string columns are not nullable by default.

* Unlike SQLAlchemy, all boolean columns are not nullable and False by default.

Expand Down

0 comments on commit 5857c4a

Please sign in to comment.