`sqldiff` 为 PostgreSQL 字段报告了不正确的 varchar 长度差异
作者: paradox-lab2创建于 2026年3月18日更新于 2026年3月18日
Description
The sqldiff command incorrectly reports field length differences between the model and database for CharField fields with max_length defined, even when the database schema is correctly set to the expected length.
内容来源: django-extensions/django-extensions