Skip to content

Commit

Permalink
Update db_structure.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaiMagal committed Nov 25, 2023
1 parent 2120464 commit 5cbd8af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-dev/data/db_structure.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SET
CREATE TABLE `PREFIX_accessory` (
`id_product_1` int(10) unsigned NOT NULL,
`id_product_2` int(10) unsigned NOT NULL,
KEY `accessory_product` (`id_product_1`, `id_product_2`)
PRIMARY KEY `accessory_product` (`id_product_1`, `id_product_2`)
) ENGINE=ENGINE_TYPE DEFAULT CHARSET=utf8mb4 COLLATION;

/* Address info associated with a user */
Expand Down

0 comments on commit 5cbd8af

Please sign in to comment.