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" {
}