Skip to content

Latest commit

 

History

History
66 lines (54 loc) · 1.45 KB

File metadata and controls

66 lines (54 loc) · 1.45 KB

Viewpoints

Name Description
Foobar Foo and bar.

Tables

Name Columns Comment Type Labels
Account 38 Standard object
Bar__c 3 Bar Custom object A_Permissions:-R--/-- My_Permissions:-R--/--
Contact 34 Standard object
Foo__c 27 Foo Custom object A_Permissions:CRUD/VM My_Permissions:CRUD/VM
MyCustomMeta__mdt 2 MyCustomMeta Custom metadata
MyCustomSetting__c 2 MyCustomSetting Custom setting

Enums

Name Values
MyGlobalPickValue [Default] {Value H, H}, {Value I, I}, {Value J, J}, {Value K, K}

Relations

erDiagram

"Contact" }o--|| "Account" : "Lookup
(Contact.AccountId)
(Account.)"
"Foo__c" }o--|| "Bar__c" : "MasterDetail
(Foo__c.Bar__c)
(Bar__c.Fooes)"
"Foo__c" }o--|| "Account" : "Lookup
(Foo__c.Account2__c)
(Account.SecondFooes)"
"Foo__c" }o--|| "Account" : "Lookup
(Foo__c.Account__c)
(Account.Fooes)"

"Account" {
  Id Id
}
"Bar__c" {
  Id Id
}
"Contact" {
  Lookup_Account_ AccountId FK
}
"Foo__c" {
  Lookup_Account_ Account2__c FK
  Lookup_Account_ Account__c FK
  MasterDetail_Bar__c_ Bar__c FK
}
"MyCustomMeta__mdt" {
}
"MyCustomSetting__c" {
}
Loading

Generated by tbls