Login_Sup Import Data
This commit is contained in:
@@ -11,6 +11,10 @@ ALTER TABLE DaburIndia_BI.Promotion
|
||||
MODIFY COLUMN store_id Int32
|
||||
COMMENT 'Unique store identifier';
|
||||
|
||||
ALTER TABLE DaburIndia_BI_New.Promotion
|
||||
MODIFY COLUMN visit_date Date32
|
||||
COMMENT 'Date of store visit';
|
||||
|
||||
ALTER TABLE DaburIndia_BI.Promotion
|
||||
MODIFY COLUMN employee_id Int32
|
||||
COMMENT 'Employee unique identifier';
|
||||
@@ -104,3 +108,7 @@ ALTER TABLE DaburIndia_BI_New.Promotion
|
||||
MODIFY COLUMN stock Nullable(String)
|
||||
COMMENT 'Stock availability status';
|
||||
|
||||
ALTER TABLE DaburIndia_BI_New.Promotion
|
||||
MODIFY COLUMN PromoQuestionId Nullable(Int32)
|
||||
COMMENT 'Promotion question identifier';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user