Ability to include notes for Table Groups

Currently, notes cannot be added into table groups.

Possible benefits/use cases/scenarios:

  • For distinct table groups, including notes will help to give more specific information regarding the tables rather than putting all the information into the schema

If you want us to support this feature as well, please share your story and vote :small_red_triangle: this topic.

Request from Kyle Anderson:

The ability to include notes for Table Groups would be awesome. We have schemas that hold several different sets of Tables that are distinct, but I keep running into an error adding in notes for Table Groups where I don’t for Schemas.

Now you can define table group notes with this syntax:

TableGroup e-commerce [note: 'Contains tables that are related to e-commerce system'] {
  merchants
  countries

  // or
  Note: 'Contains tables that are related to e-commerce system'
}

Update September 2024: These features have been developed and released. Please see below for the official announcement.

I hope you guys like this feature.