1 class BaseCreation(object):
2 """
3 This class encapsulates all backend-specific differences that pertain to
4 database *creation*, such as the column types to use for particular Django
5 Fields.
6 """
7 pass