124. sys_transfer_bindingsKapitel hinzufügen
In der Tabelle „sys_transfer_bindings“ sind die Einstellungen der Transferbindung eines Transferziels gespeichert.
FELD | TYP | NULL | KEY | DEFAULT | EXTRA | KOMMENTAR |
---|---|---|---|---|---|---|
stb_deletable | char(1) | NO | Y | Flag Bindung löschbar (Y/N) | ||
stb_changeable | char(1) | YES | Y | Flag Bindung änderbar (Y/N) | ||
stb_active | char(1) | NO | Y | Flag Bindung aktiv (Y/N) | ||
stb_id | smallint(5) unsigned | NO | PRI | NULL | auto_increment | Datensatzkennung |
stb_target | smallint(5) unsigned | YES | 0 | ID des Transferziels in der Tabelle „sys_transfer_targets„ | ||
stb_class | smallint(5) unsigned | YES | MUL | 0 | ID der Transferklasse in der Tabelle „sys_transfer_classes„ | |
stb_domain | smallint(5) unsigned | YES | 0 | ID der Domäne in der Tabelle „app_domains„ | ||
stb_order_service | smallint(5) unsigned | YES | 0 | ID des Dienstes in der Tabelle „sys_order_service„ |