﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
470	Add Field.db_default for defining database defaults	jws	Lily Foote	"https://github.com/django/django/pull/13709

Apply this diff to django/core/mamagement.py

Should work on any database. 

75a76,77
>                 if f.default <> meta.fields.NOT_PROVIDED:
>                     field_output.append(""DEFAULT '%s'"" % (f.default,))

"	New feature	closed	Database layer (models, ORM)	dev	normal	fixed	sql schema	Ryan Hiebert Ian Foote Ryan Moore Václav Řehák Hannes Ljungberg Marcin Nowak Adrian Turjak Doug Harris Leigh Brenecki Johannes Maron Charlie Denton Matt Goldman raydeal Todor Velichkov Alex Scott David Sanders Lily Foote bcail Adrian Torres Michael Rosner	Ready for checkin	1	0	0	0	0	0
