SWDB
← Versions / 6.4.20.1 /

order_transaction_capture_refund_position

Fields (11)

Name Type Null Key Default Extra
id binary(16) NO PRI NULL
refund_id binary(16) NO MUL NULL
order_line_item_id binary(16) NO MUL NULL
order_line_item_version_id binary(16) NO NULL
quantity int(11) NO NULL
reason varchar(255) YES NULL
external_reference varchar(255) YES NULL
amount json NO NULL
custom_fields json YES NULL
created_at datetime(3) NO NULL
updated_at datetime(3) YES NULL

Indexes (3)

Name Columns Unique
fk.order_transaction_capture_refund_position.order_line_item_id order_line_item_id,order_line_item_version_id No
fk.order_transaction_capture_refund_position.refund_id refund_id No
PRIMARY id Yes

Relations From (3)

order_line_item_id order_line_item . id
order_line_item_version_id order_line_item . version_id