Skip to content

db setup - #8

Open
nikhilgosavi-josh wants to merge 7 commits into
mainfrom
feat/db_setup
Open

db setup#8
nikhilgosavi-josh wants to merge 7 commits into
mainfrom
feat/db_setup

Conversation

@nikhilgosavi-josh

Copy link
Copy Markdown
Collaborator

No description provided.

@nikhilgosavi-josh nikhilgosavi-josh changed the title Feat/db setup db setup Aug 12, 2026
sa.Column('parsed_resume', postgresql.JSONB(astext_type=sa.Text()), nullable=True),
sa.Column('candidate_yoe', sa.Float(), nullable=True),
sa.Column('resume_score', sa.Numeric(precision=5, scale=2), nullable=True),
sa.Column('matching_result', postgresql.JSONB(astext_type=sa.Text()), nullable=True),

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

we changed this field name @nikhilgosavi-josh to job_fit_analysis

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