Shadowblade911 / MrLancer-v2

ISC License
0 stars 0 forks source link

Prompt text is limited to 255 characters #13

Closed jcotton42 closed 2 years ago

jcotton42 commented 2 years ago

The table.string method from knex uses varchar(255) for the column. The text type in Postgres allows strings of any length, which in kndx is table.text.