AO Logo
 
  
  
  
Schema Foreign Keys
AO
AO Industries, Inc.
Application Infrastructure ProviderApplication Infrastructure Provider
Sign UpWhat's NewClient AreaContact UsSite Map
 
your location:   home page ··· aoserv platform ··· software components ··· aoserv client ··· tables ··· table definitions ··· schema foreign keys

TABLE NAME

schema_foreign_keys

DESCRIPTION

schema_foreign_keys tables stores all the foreign key info for the database.

COLUMNS

columntypenulluniquereferencesreferenced_bysince_versiondescription
idpkeyfalsetrue1.81.18a generated unique pkey
columnfkeyfalsefalseschema_columns.id1.81.18the column that references another column
foreignColumnfkeyfalsefalseschema_columns.id1.81.18the referenced column
sinceVersionstringfalsefalseaoserv_protocols.version1.81.18the first aoserv_protocol version to have this reference
lastVersionstringtruefalseaoserv_protocols.version1.81.18the last aoserv_protocol version to have this references, or null if not yet removed