oauth_clients

1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT UNSIGNED 20 null
user_id BIGINT UNSIGNED 20 null
name VARCHAR 255 null
secret VARCHAR 100 null
provider VARCHAR 255 null
redirect TEXT 65535 null
personal_access_client BIT 0 null
password_client BIT 0 null
revoked BIT 0 null
created_at TIMESTAMP 19 null
updated_at TIMESTAMP 19 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
oauth_clients_user_id_index Performance Asc user_id

Relationships