Backend_DatabaseTableForeignKeyConstraint

struct

This object represents a foreign key constraint on a relational database

Property Type Description
name String Name of the foreign key constraint
foreignTable String Name of the foreign table
localColumnNames
ArrayString
Local column names
foreignColumnNames
ArrayString
Foreign column names
part of the Apioo-Project