Hey I'm creating a table from supabase website, and I've imported data from my spreadsheet, so I can't upload it cause a
duplicate key value violates unique constraint
is triggered
g
garyaustin
05/25/2022, 11:57 PM
Please ask these types of questions in the help section in the future, also you posted 4 messages here...
Duplicate key violation means the column you have for primary key in the table is declared unique (which is normally what you want) but your data has the same value more than once in your spreadsheet.