mirror of
https://github.com/ent/ent.git
synced 2026-05-22 09:31:45 +03:00
* feat: Add column comment in SQL DDL, using EntSQL annotations to achieve it. * Update annotation.go * fix lint * Add table primary key column comment * entsql.Comment(string) is unnecessary * entc/gen: minor changes to entsql.WithComments + add tests Co-authored-by: chenghonour <wantto@outlook.com>