Added field to appmetadata table in RFC 3.
This commit is contained in:
Robert Miles 2019-03-04 15:44:07 -05:00 committed by Gitea
commit 367f6e7283
1 changed files with 2 additions and 0 deletions

View File

@ -409,8 +409,10 @@ should have the following tables:
* appmetadata - Describes additional information about application data. Fields:
* id INTEGER PRIMARY KEY AUTOINCREMENT
* appdata_id INTEGER
* metadata_id INTEGER
* value VARCHAR(32)
* FOREIGN KEY (appdata_id) REFERENCES appdata (id)
* FOREIGN KEY (metadata_id) REFERENCES appdata (id)
* tokens - For providing access to resource. Fields:
* id INTEGER PRIMARY KEY AUTOINCREMENT