Skip to content
Commit 0c083681 authored by Malcolm Tredinnick's avatar Malcolm Tredinnick
Browse files

Fixed #9862 -- For better SQL portability, don't specify "NULL" on nullable

columns when creating tables. Patch from Ian Kelly.

Columns are NULL by default, so we only need to use "NOT NULL" when we want
non-default behaviour.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@9703 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 391736e7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment