aboutsummaryrefslogtreecommitdiff
path: root/src/com/benlinskey/grdbc/LexiconCreator.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/benlinskey/grdbc/LexiconCreator.java')
-rw-r--r--src/com/benlinskey/grdbc/LexiconCreator.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/benlinskey/grdbc/LexiconCreator.java b/src/com/benlinskey/grdbc/LexiconCreator.java
index 02d5865..3a242ff 100644
--- a/src/com/benlinskey/grdbc/LexiconCreator.java
+++ b/src/com/benlinskey/grdbc/LexiconCreator.java
@@ -107,7 +107,7 @@ public class LexiconCreator {
try {
String dropTable = "DROP TABLE IF EXISTS " + TABLE_NAME;
String createTable = "CREATE TABLE " + TABLE_NAME + " ("
- + "_ID INTEGER PRIMARY KEY, "
+ + "_id INTEGER PRIMARY KEY, "
+ "betaNoSymbols VARCHAR(100), "
+ "betaSymbols VARCHAR(100), "
+ "greekFullWord VARCHAR(100), "