opfo / app

An iOS app for the EDA397 course made at Chalmers in the spring of 2013.
7 stars 1 forks source link

Create table in the auxiliary database #43

Closed makxan closed 11 years ago

makxan commented 11 years ago

Create a table that will store the votes made my the users.

What we need to add to the auxiliary database:

Table: Users_Votes Column1: UsersID INTEGER PRIMARY KEY Column2: PostID INTEGER PRIMARY KEY Column3: Vote BOOLEAN

The database should then be updated on Dropbox. (That's why I'm asking you to do it Jesper, instead of doing it myself)