user_certification_requests
-
id bigIncrements
-
file string (150)
-
category_id FK bigInteger
-
fist_url string (150)
-
second_url string (150)
-
in_progress boolean
-
additional_information text
-
is_accepted boolean
-
is_refused boolean
-
reason_for_refusal text
-
user_id FK bigInteger
-
timestamps timestamps
admin_certification_history
-
id bigIncrements
-
action string (100)
-
user_certification_id FK bigInteger
-
user_certification_request_id FK bigInteger
-
admin_id FK bigInteger
-
timestamps timestamps
call_auction_participants
-
id bigIncrements
-
token float
-
call_id FK bigInteger
-
user_id FK bigInteger
-
timestamps timestamps
user_certified_user_calendars
-
id bigIncrements
-
start_at datetime
-
end_at datetime
-
live_id FK bigInteger
-
call_id FK bigInteger
-
user_id FK bigInteger
-
timestamps timestamps