1
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
-- =============================================================================
|
||||
-- etl_feiqiu / dwd(明细数据层)
|
||||
-- 生成日期:2026-02-27
|
||||
-- 生成日期:2026-03-15
|
||||
-- 来源:测试库(通过脚本自动导出)
|
||||
-- =============================================================================
|
||||
|
||||
@@ -153,7 +153,11 @@ CREATE TABLE dwd.dim_groupbuy_package_ex (
|
||||
scd2_start_time timestamp with time zone NOT NULL,
|
||||
scd2_end_time timestamp with time zone,
|
||||
scd2_is_current integer,
|
||||
scd2_version integer
|
||||
scd2_version integer,
|
||||
table_area_ids jsonb,
|
||||
table_area_names jsonb,
|
||||
assistant_services jsonb,
|
||||
groupon_site_infos jsonb
|
||||
);
|
||||
|
||||
CREATE TABLE dwd.dim_member (
|
||||
|
||||
Reference in New Issue
Block a user