summaryrefslogtreecommitdiff
path: root/django/db/backends/mysql/creation.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/db/backends/mysql/creation.py')
-rw-r--r--django/db/backends/mysql/creation.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/django/db/backends/mysql/creation.py b/django/db/backends/mysql/creation.py
index 96faaacb75..0611e01643 100644
--- a/django/db/backends/mysql/creation.py
+++ b/django/db/backends/mysql/creation.py
@@ -21,14 +21,12 @@ class DatabaseCreation(BaseDatabaseCreation):
'IPAddressField': 'char(15)',
'NullBooleanField': 'bool',
'OneToOneField': 'integer',
- 'PhoneNumberField': 'varchar(20)',
'PositiveIntegerField': 'integer UNSIGNED',
'PositiveSmallIntegerField': 'smallint UNSIGNED',
'SlugField': 'varchar(%(max_length)s)',
'SmallIntegerField': 'smallint',
'TextField': 'longtext',
'TimeField': 'time',
- 'USStateField': 'varchar(2)',
}
def sql_table_creation_suffix(self):