Add note to table table object

This seems to be a great tool for documenting a database. It seems to be missing a note of the table, which could be used to describe the contents.

2 Likes

This is already in our roadmap. Eventually it will look something like:

Table users {
  id integer
  status varchar [note: "status"]

  [note: "Contains all users information"]
}

Will keep you updated!

Excellent! Is there an expected time frame?

1 Like

Excellent! Is there an expected time frame?

Have you any updates with this feature? Or maybe you need some help to implement it?