Added auto-increment ID column
This commit is contained in:
@@ -27,4 +27,6 @@ TYPE_STRING <- bitwShiftL(1, 11)
|
||||
#' @export
|
||||
TYPE_BLOB <- bitwShiftL(1, 12)
|
||||
#' @export
|
||||
TYPE_TIMESTAMP <- bitwShiftL(1, 13)
|
||||
TYPE_TIMESTAMP <- bitwShiftL(1, 13)
|
||||
#' @export
|
||||
TYPE_ID <- bitwShiftL(1, 14)
|
||||
Reference in New Issue
Block a user