-
Goal: Create a Retool Database table with a composite primary key (supplier_id[UUID], channel_id[UUID], date[DATE])
-
Steps: I have been able to create the table in Retool Database, and the composite primary key; however, there is a uniqueness constraint on the date[Date] column that I cannot disable. Switching "Unique" in the date field settings to false, then hitting save, and re-opening the field settings, shows a "Unique" setting of true.
This is an issue for me because I'm looking to insert multiple rows with the same channel_id and supplier_id value, but different date values.
-
Details: Retool Cloud
-
Screenshots:
Setting Unique on the "date" column to false, then hit "Save"
Re-opening the settings on the "date" column; Unique is set to true.