Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Discussion options

Hi.
First of all, awesome tool, thanks a lot for it.

So, to my problem, I'm trying to add some varchar and text fields without a fixed max length, but when a leave the length field empty this is what happens:

CREATE TABLE "table_name" (
    "id" bigserial NOT NULL,
    "varchar_without_fixed_length" varchar(), -- empty parentheses
    "varchar_7_length" varchar(7),	
    "text_without_fixed_length" text(),  -- empty parentheses
);

Is it possible to create those fields without a fixed length and the empty parentheses?

You must be logged in to vote

Replies: 0 comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
🙏
Q&A
Labels
None yet
1 participant
Morty Proxy This is a proxified and sanitized view of the page, visit original site.