浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

aino/django-stringfield

django-stringfield

A field intended for strings that typically has a length less than 500
characters. django-stringfield tries to not to enforce length on database level
if possible but different databases have different limitations. Currently
implemented as:

PostgreSQL
character varying
MySQL
VARCHAR (65528) [1]
Oracle
VARCHAR2 (4000)
SQLite & Other backends
TEXT
posted on 2012-05-16 15:51  lexus  阅读(364)  评论(0编辑  收藏  举报