]> git.mxchange.org Git - friendica.git/blob - doc/database/db_profile_check.md
Pad the header
[friendica.git] / doc / database / db_profile_check.md
1 Table profile_check
2 ===========
3 DFRN remote auth use
4
5 | Field   | Description   | Type               | Null | Key | Default | Extra          |    
6 | ------- | ------------- | ------------------ | ---- | --- | ------- | -------------- |    
7 | id      | sequential ID | int unsigned       | NO   | PRI | NULL    | auto_increment |    
8 | uid     | User id       | mediumint unsigned | NO   |     | 0       |                |    
9 | cid     | contact.id    | int unsigned       | NO   |     | 0       |                |    
10 | dfrn_id |               | varchar(255)       | NO   |     |         |                |    
11 | sec     |               | varchar(255)       | NO   |     |         |                |    
12 | expire  |               | int unsigned       | NO   |     | 0       |                |    
13
14 Return to [database documentation](help/database)