Commit 37038aa2 authored by 李增强's avatar 李增强

m

parent 66b89aa6
......@@ -6,8 +6,7 @@ String SQL_APP_TJ_TABLE = '''
source INTEGER(10),
appear_time INTEGER(10),
disappear_time INTEGER(10),
extras VARCHAR(255),
PRIMARY KEY ("id")
extras VARCHAR(255)
)
''';
// 页面可见或者不可见
......@@ -19,8 +18,7 @@ String SQL_PAGE_TJ_TABLE = '''
last_page_id VARCHAR(255),
appear_time INTEGER(10),
disappear_time INTEGER(10),
extras VARCHAR(255),
PRIMARY KEY ("id")
extras VARCHAR(255)
)
''';
// 点击
......@@ -31,8 +29,7 @@ String SQL_TAP_TJ_TABLE = '''
page_id VARCHAR(255),
click_id VARCHAR(255),
click_time INTEGER(10),
extras VARCHAR(255),
PRIMARY KEY ("id")
extras VARCHAR(255)
)
''';
// 曝光
......@@ -43,7 +40,6 @@ String SQL_EXPOSURE_TJ_TABLE = '''
page_id VARCHAR(255),
exposure_id VARCHAR(255),
exposure_time INTEGER(10),
extras VARCHAR(255),
PRIMARY KEY ("id")
extras VARCHAR(255)
)
''';
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment