Skip to content

Conversation

@kstayner
Copy link

@kstayner kstayner commented Nov 12, 2024

This pull request is created by JITERA

Description

[ERD] Changes

table guideline type columns
12345678_tg9h_v2w_l5k_b6r_uo_q1z_ym_nx_s8c_jp_kf_r4i_wz_l7d_aa0t This file represents the model for the follow relationship between users. Update this file to reflect the new table structure. Add two fields, follower_id and followee_id, both of which should be of type Long to represent the IDs of the users involved in the follow relationship. Ensure that these fields are annotated properly to establish the correct Many-to-One relationships with the User entity. UPDATED follower_id: integer, followee_id: integer

Maribeth (Jitera) added 3 commits November 12, 2024 13:44
Changes
* '/src/main/java/io/github/raeperd/realworld/domain/user/FollowRelation.java': updated
* '/src/main/resources/db/migration/V1731419033125__Create_follow_relation_table.sql': updated
* '/src/main/resources/schema.sql': updated
…_r4i_wz_l7d_aa0t'

Changes
* '/src/main/java/io/github/raeperd/realworld/domain/user/FollowRelation.java': updated
* '/src/main/resources/db/migration/V1731419151849__Create_or_update_tg9h_v2w_l5k_b6r_uo_q1z_ym_nx_s8c_jp_kf_r4i_wz_l7d_aa0t_table.sql': updated
* '/src/main/resources/schema.sql': updated
…s8c_jp_kf_r4i_wz_l7d_aa0t'

Changes
* '/src/main/java/io/github/raeperd/realworld/domain/user/FollowRelation.java': updated
* '/src/main/resources/db/migration/V1731419170445__Create_follow_relation_table_v2.sql': updated
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