Skip to content

Enhance schema.sql with password column comments - #134

Open
Vinuthnainti wants to merge 1 commit into
hardikxk:masterfrom
Vinuthnainti:patch-2
Open

Enhance schema.sql with password column comments#134
Vinuthnainti wants to merge 1 commit into
hardikxk:masterfrom
Vinuthnainti:patch-2

Conversation

@Vinuthnainti

Copy link
Copy Markdown

Add documentation comments for the users.password column.

The column is defined as varchar(500), which may appear larger than necessary when storing encoded passwords. Added comments to clarify that the column stores Spring Security encoded password values and that the size helps accommodate different password encoding algorithms and future migrations without requiring schema changes.

Changes
Added inline documentation comments to the users.password column.
Clarified the rationale behind the column length.
Impact
Documentation-only change.
No schema modifications.
No functional changes.

Added comments to the password column for clarity on encoding format and future migrations.
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.

1 participant