Added field to appmetadata table in RFC 3 #6

Merged
khuxkm merged 1 commits from center/rfcs:tilde-center into master 2019-03-04 20:44:07 +00:00
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