집 > Q&A > 본문
像Oracle/mysql都可以给表中字段加注释,例如:
comment on column t1.id is 'id'; comment on column t1.nameis '姓名'; comment on column t1.age is '年龄';
所以我想问问,mongodb是不是也有什么方法可以加注释啊
習慣沉默2017-05-02 09:21:39
아마 아닐 겁니다. 또는 좋은 필드 이름을 선택하거나 문서에 설명을 작성하세요.