Commit 675034fa by lishihang

'Modify:tablestruct'

parent 4d11f769
......@@ -2,50 +2,50 @@
create external table if not exists secoo_search.search_data_product_feature
(
product_id string comment '商品id',
is_brand_top_100 string comment '是否是百大品牌',
product_popularity string comment '浏览、收藏、加购综合算的热度值',
is_member_product string comment '是否会员商品',
is_special_product string comment '是否是特例品',
is_new_customer_product string comment '是否新客商品',
is_new_product string comment '是否是新品',
is_new_style string comment '是否是新款',
is_self_operating string comment '是否自营品',
product_level string comment '商品等级',
is_promotion_product string comment '是否是促销商品',
gender string comment '性别',
product_brand string comment '商品的品牌',
product_category string comment '商品的品类',
product_price_level string comment '商品价格(需要离散化)',
isBrand100 string comment '是否是百大品牌',
productPopularity string comment '浏览、收藏、加购综合算的热度值',
isMemberProduct string comment '是否会员商品',
isSpecialProduct string comment '是否是特例品',
isNewCustomerProduct string comment '是否新客商品',
isNewProduct string comment '是否是新品',
isNewStyle string comment '是否是新款',
isSelfOperating string comment '是否自营品',
productLevel string comment '商品等级',
isPromotionProduct string comment '是否是促销商品',
prodGender string comment '性别',
productBrand string comment '商品的品牌',
productCategory string comment '商品的品类',
productPriceLevel string comment '商品价格(需要离散化)',
ctr_android_3days string comment '安卓系统下商品3天的CTR',
ctr_android_7days string comment '安卓系统下商品7天的CTR',
ctr_android_30days string comment '安卓系统下商品30天的CTR',
ctr_ios_3days string comment 'ios系统下商品3天的CTR',
ctr_ios_7days string comment 'ios系统下商品7天的CTR',
ctr_ios_30days string comment 'ios系统下商品30天的CTR',
ctr_3days string comment '全部系统下商品3天的CTR',
ctr_7days string comment '全部系统下商品7天的CTR',
ctr_30days string comment '全部系统下商品30天的CTR',
3DaysAndroidCTR string comment '安卓系统下商品3天的CTR',
7DaysAndroidCTR string comment '安卓系统下商品7天的CTR',
30DaysAndroidCTR string comment '安卓系统下商品30天的CTR',
3DaysIosCTR string comment 'ios系统下商品3天的CTR',
7DaysIosCTR string comment 'ios系统下商品7天的CTR',
30DaysIosCTR string comment 'ios系统下商品30天的CTR',
3DaysCTR string comment '全部系统下商品3天的CTR',
7DaysCTR string comment '全部系统下商品7天的CTR',
30DaysCTR string comment '全部系统下商品30天的CTR',
favorite_android_3days string comment '安卓系统下商品3天的收藏',
favorite_android_7days string comment '安卓系统下商品7天的收藏',
favorite_android_30days string comment '安卓系统下商品30天的收藏',
favorite_ios_3days string comment 'ios系统下商品3天的收藏',
favorite_ios_7days string comment 'ios系统下商品7天的收藏',
favorite_ios_30days string comment 'ios系统下商品30天的收藏',
favorite_3days string comment '全部系统下商品3天的收藏',
favorite_7days string comment '全部系统下商品7天的收藏',
favorite_30days string comment '全部系统下商品30天的收藏',
3DaysAndroidFavorite string comment '安卓系统下商品3天的收藏',
7DaysAndroidFavorite string comment '安卓系统下商品7天的收藏',
30DaysAndroidFavorite string comment '安卓系统下商品30天的收藏',
3DaysIosFavorite string comment 'ios系统下商品3天的收藏',
7DaysIosFavorite string comment 'ios系统下商品7天的收藏',
30DaysIosFavorite string comment 'ios系统下商品30天的收藏',
3DaysFavorite string comment '全部系统下商品3天的收藏',
7DaysFavorite string comment '全部系统下商品7天的收藏',
30DaysFavorite string comment '全部系统下商品30天的收藏',
add_cart_android_3days string comment '安卓系统下商品3天的加购',
add_cart_android_7days string comment '安卓系统下商品7天的加购',
add_cart_android_30days string comment '安卓系统下商品30天的加购',
add_cart_ios_3days string comment 'ios系统下商品3天的加购',
add_cart_ios_7days string comment 'ios系统下商品7天的加购',
add_cart_ios_30days string comment 'ios系统下商品30天的加购',
add_cart_3days string comment '全部系统下商品3天的加购',
add_cart_7days string comment '全部系统下商品7天的加购',
add_cart_30days string comment '全部系统下商品30天的加购',
3DaysAndroidAddCart string comment '安卓系统下商品3天的加购',
7DaysAndroidAddCart string comment '安卓系统下商品7天的加购',
30DaysAndroidAddCart string comment '安卓系统下商品30天的加购',
3DaysIosAddCart string comment 'ios系统下商品3天的加购',
7DaysIosAddCart string comment 'ios系统下商品7天的加购',
30DaysIosAddCart string comment 'ios系统下商品30天的加购',
3DaysAddCart string comment '全部系统下商品3天的加购',
7DaysAddCart string comment '全部系统下商品7天的加购',
30DaysAddCart string comment '全部系统下商品30天的加购',
area_type tinyint comment '货源地,(0大陆 1香港 2美国 3日本 4意大利)',
sale_qty_180 bigint comment '前180天至今销售数量',
......
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