1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-01-14 11:44:43 +00:00
friendica-github/doc/database/db_sign.md
2016-03-17 12:24:23 +01:00

725 B

Table sign

Field Description Type Null Key Default Extra
id sequential ID int(10) unsigned NO PRI NULL auto_increment
iid item.id int(10) unsigned NO MUL 0
signed_text mediumtext NO NULL
signature text NO NULL
signer varchar(255) NO

Return to database documentation