clan_membership

5740 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id MEDIUMINT UNSIGNED 8 null
clan_id MEDIUMINT UNSIGNED 8 null
clan.id clan_membership_ibfk_1 R
player_id MEDIUMINT UNSIGNED 8 null
login.id clan_membership_ibfk_2 R
create_time TIMESTAMP 19 current_timestamp()
update_time TIMESTAMP 19 current_timestamp()

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
clan_id Performance Asc clan_id
player_id Must be unique Asc player_id

Relationships