Add DEDUP
statement to Copy schema to clipboard
feature
#184
Labels
web-console
Issues relevant to "web-console" package
Currently, the
Copy schema to clipboard
feature that generates the SQL to create a table does not take deduplication keys into consideration (omitsDEDUP UPSERT keys(key1, key2)
from the statement).Solution: Add the statement if needed, along with a key list.
The text was updated successfully, but these errors were encountered: