I need to create table column which contains data of type long, what am trying is to create column like this
+other columns
KEY_DATE_CREATED + " LONG OR something else**(DONT KNOW HOW TO DEFINE IT)**"
+other columns
what i'm trying to pass to that column is this below, which is from type long.
long dateM = Calendar.getInstance().getTimeInMillis();
tnx a lot!