Changeset 171
- Timestamp:
- 07/18/05 08:53:45 (3 years ago)
- Files:
-
- django/trunk/django/core/db/backends/mysql.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/core/db/backends/mysql.py
r161 r171 99 99 # If a column type is set to None, it won't be included in the output. 100 100 DATA_TYPES = { 101 'AutoField': 'mediumint(9) auto_increment',101 'AutoField': 'mediumint(9) unsigned auto_increment', 102 102 'BooleanField': 'bool', 103 103 'CharField': 'varchar(%(maxlength)s)',
