Columns
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
fan_followerId_followingId_unique_index | Must be unique | Asc/Asc | followerId + followingId |
fan_followerId_index | Performance | Asc | followerId |
fan_followingId_index | Performance | Asc | followingId |