Open okaisti opened 1 year ago
Generate table groups: https://dbdiagram.io/docs/table-groups, with some mechanism example:
/// @TableGroup("tenant") model Account { id String @id ... } /// @TableGroup("tenant") model User { id String @id ... }
generates:
TableGroup tenant { Account User }
Generate table groups: https://dbdiagram.io/docs/table-groups, with some mechanism example:
/// @TableGroup("tenant") model Account { id String @id ... } /// @TableGroup("tenant") model User { id String @id ... }
generates:
TableGroup tenant { Account User }