ple_avatar_user

244228 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id CHAR 36 null
user_id CHAR 36 null
users.id ple_avatar_user_user_id_foreign R
avatar_id CHAR 36 null
ple_avatars.id ple_avatar_user_avatar_id_foreign R
created_by CHAR 36 null
users.id ple_avatar_user_created_by_foreign R
tenant_id VARCHAR 125 null
tenants.id ple_avatar_user_tenant_id_foreign R
created_at TIMESTAMP 19 null
updated_at TIMESTAMP 19 null
deleted_at TIMESTAMP 19 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
ple_avatar_user_avatar_id_foreign Performance Asc avatar_id
ple_avatar_user_created_by_foreign Performance Asc created_by
ple_avatar_user_tenant_id_foreign Performance Asc tenant_id
ple_avatar_user_user_id_foreign Performance Asc user_id

Relationships