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 7416b28..6dca163 100644
--- a/src/com/benlinskey/grdbc/LexiconCreator.java
+++ b/src/com/benlinskey/grdbc/LexiconCreator.java
@@ -106,7 +106,7 @@ public class LexiconCreator {
try {
String dropTable = "DROP TABLE IF EXISTS " + TABLE_NAME;
String createTable = "CREATE TABLE " + TABLE_NAME + " (" +
- "_ID INT PRIMARY KEY, " +
+ "_ID INTEGER PRIMARY KEY, " +
"betaNoSymbols VARCHAR(100), " +
"betaSymbols VARCHAR(100), " +
"greekFullWord VARCHAR(100), " +