mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +01:00
add comment
This commit is contained in:
parent
5d81b3375b
commit
27312f7853
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ public class DBHelper extends SQLiteOpenHelper {
|
|||
|
||||
private static final String[][] s_summaryColsAndTypes = {
|
||||
{ "rowid", "INTEGER PRIMARY KEY AUTOINCREMENT" }
|
||||
,{ VISID, "INTEGER" }
|
||||
,{ VISID, "INTEGER" } // user-visible ID
|
||||
,{ GAME_NAME, "TEXT" }
|
||||
,{ NUM_MOVES, "INTEGER" }
|
||||
,{ TURN, "INTEGER" }
|
||||
|
|
Loading…
Reference in a new issue