friendica/doc/database/db_profile_check.md

15 lines
849 B
Markdown
Raw Normal View History

2015-12-28 02:50:25 +01:00
Table profile_check
===========
DFRN remote auth use
2015-12-28 02:50:25 +01:00
2021-06-14 07:58:51 +02:00
| Field | Description | Type | Null | Key | Default | Extra |
| ------- | ------------- | ------------------ | ---- | --- | ------- | -------------- |
| id | sequential ID | int unsigned | NO | PRI | NULL | auto_increment |
| uid | User id | mediumint unsigned | NO | | 0 | |
| cid | contact.id | int unsigned | NO | | 0 | |
| dfrn_id | | varchar(255) | NO | | | |
| sec | | varchar(255) | NO | | | |
| expire | | int unsigned | NO | | 0 | |
2015-12-28 02:50:25 +01:00
Return to [database documentation](help/database)