Closed wbarksdale closed 2 years ago
Candy machines can have multiple creators, so using the candy_machine_address alone as the primary key doesn't work. This changes the table to use a compound primary key of (candy_machine_address, creator_address)
(candy_machine_address, creator_address)
@ray-kast @imabdulbasit this needs and approval to merge, I think its looking good yeah?
Candy machines can have multiple creators, so using the candy_machine_address alone as the primary key doesn't work. This changes the table to use a compound primary key of
(candy_machine_address, creator_address)