Skip to content

Commit

Permalink
[JetBrains/Exposed] SQLite autoincrement columns are not created (#669)…
Browse files Browse the repository at this point in the history
… / code cleanup
  • Loading branch information
Tapac committed Nov 3, 2019
1 parent 93536d4 commit 85c1327
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ class Column<T>(val table: Table, val name: String, override val columnType: ICo
append(colType.sqlType())
}


// append(colType.sqlType())

val _dbDefaultValue = dbDefaultValue
if (!isPKColumn && _dbDefaultValue != null) {
val expressionSQL = currentDialect.dataTypeProvider.processForDefaultValue(_dbDefaultValue)
Expand Down

0 comments on commit 85c1327

Please sign in to comment.