You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we cannot create a table with INET field as primary key or unique constraint, and thus preventing us from doing things like upsert based on IP addresses in a table.
D create table if not exists test ( ip INET, PRIMARY KEY (ip));
Invalid type Error: Invalid Type [INET]: Invalid type for index key.
Would love to have this feature added in the future. Thanks!
The text was updated successfully, but these errors were encountered:
Currently, we cannot create a table with INET field as primary key or unique constraint, and thus preventing us from doing things like upsert based on IP addresses in a table.
Would love to have this feature added in the future. Thanks!
The text was updated successfully, but these errors were encountered: