MySQL "Text" Type Model Field
Custom field for using MySQL's `text` type. `text` is more compact than the `longtext` field that Django assigns for `models.TextField` (2^16 vs. 2^32, respectively)
- text
- models
- mysql
- db
- database
- field
- custom-field
Custom field for using MySQL's `text` type. `text` is more compact than the `longtext` field that Django assigns for `models.TextField` (2^16 vs. 2^32, respectively)
save as some module, import then, call 'patch()' in somewhere suchs urls.py...