class documentation

Undocumented

Class Variable fromColumn foreign key column in this table
Class Variable toColumn key column in the related model, primary key by default
Class Variable toModel related model

Inherited from Config (via Config):

Class Variable isAuto Undocumented
Class Variable isPrimaryKey Undocumented
Class Variable isRequired Undocumented
Class Variable isUnique Undocumented
Class Variable name Undocumented
Class Variable title Undocumented
Class Variable validators Undocumented
Class Variable values Undocumented
Class Variable widget Undocumented

Inherited from ConfigWithAccess (via Config, Config):

Class Variable access permission to use the object
Class Variable permissions additional permissions

Inherited from Config (via Config, Config, ConfigWithAccess):

Class Variable uid unique ID

Inherited from Data (via Config, Config, ConfigWithAccess, Config):

Method __init__ Undocumented
Method __repr__ Undocumented
Method get Undocumented
Method set Undocumented
Method update Undocumented
fromColumn: str = (source)

foreign key column in this table

toColumn: str = (source)

key column in the related model, primary key by default

toModel: str = (source)

related model