https://developer.twitter.com/en/docs/twitter-ids I would like to store such Snowflake ID's in my PostgresQL database, what would be the accurate constraint and datatype for this?
At first I thought "id" VARCHAR(19) NOT NULL
, but then I started wondering if there is something more accruate