Change thirdparty userId to be varcahr(255)
See original GitHub issueThere was an error where someone was trying to sign up using the thirdparty recipe and postgres rejected the query cause of value too long for type character varying(128)
- and in the thidparty table, only the third_party_user_id
column has 128 chars limit.
Error log reference:
https://app.zenhub.com/files/231921809/8968d6d6-bcdd-48d8-aa60-fd556e934acd/download
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (7 by maintainers)
Top Results From Across the Web
STRING, STRING(255) or VARCHAR (255)? - Stack Overflow
Now I would like to change (only) the name of both columns, and was thinking of the following: exports.up = function(knex) { return...
Read more >Database Setup Guide for the IM and Presence Service ...
The ID of the user who created the room. SUBJECT. VARCHAR (255). VARCHAR2 (255). nvarchar (255). Yes. The current subject for the room....
Read more >Choosing Between VARCHAR and TEXT in MySQL - Navicat
One of the changes in MySQL version 5.0.3 included an increase to the maximum length of VARCHAR fields from 255 to 65,535 characters....
Read more >Heres my sql code: CREATE TABLE LOGIN_INFORMATION ...
Heres my sql code: CREATE TABLE LOGIN_INFORMATION ( UserName varchar(255), Password varchar(255), PRIMARY KEY (UserName) ); CREATE TABLE BUSINESS ( Address ...
Read more >MySQL By Examples for Beginners
name is VARCHAR(30) - a variable-length string of up to 30 characters. We use fixed-length string for productCode , as we assume that...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
hey @Shashwat121! Thanks for showing interest. This issue is being worked on in another PR. Please find another issue that you like. We also have issues in our backend and frontend SDKs 😃
Hi @rishabhpoddar ! Is the bug still open to work? I wish to contribute to this as my first ever contribution to OSS. !