Ability to set attributes to use globally / lexically

Either:

default column [not null]
table foo {
  bar varchar // gets [not null] applied via default.
}

or

default { // limited to lexical scope
  set column [not null]
  table foo {
    bar varchar // gets [not null] applied via default.
  }
}

Would save me a lot of typing as [not null] is far more prevalent than not in my dbs.

Hi @chammerschmidt,

I’m Nguyen from the dbdiagram team. Thank you for your feature suggestion.

We have added it to our backlog. We will consider it in the future.

Regards.