Skip to content

Conversation

Pranay-Pandey
Copy link
Contributor

fixes: #624

description:
Added comment import code for Postgres import from SQL

Test:

Used the following sql file for test

CREATE TABLE IF NOT EXISTS "customer identity" (
	-- main table id
	"id" INTEGER NOT NULL UNIQUE GENERATED BY DEFAULT AS IDENTITY,
	-- The alias of the username for the table 
	"pseudo name " VARCHAR(255) NOT NULL,
	PRIMARY KEY("id")
);

COMMENT ON TABLE "customer identity" IS 'the customer identity platform team main table';
COMMENT ON COLUMN "customer identity"."id" IS 'main table id';
COMMENT ON COLUMN "customer identity"."pseudo name " IS 'The alias of the username for the table ';

Demonstration:

demo.mp4

Copy link

vercel bot commented Oct 7, 2025

@Pranay-Pandey is attempting to deploy a commit to the dottle's projects Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

vercel bot commented Oct 8, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
drawdb Ready Ready Preview Comment Oct 8, 2025 6:17am

Copy link
Member

@1ilit 1ilit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! looks good

@1ilit 1ilit merged commit d3702ee into drawdb-io:main Oct 8, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants