|
46 | 46 | [37mNAMES[0m [34;1m'utf8'[0m;[0m |
47 | 47 | --- |
48 | 48 | [37mCREATE[0m [37mTABLE[0m [35;1m`PREFIX_address`[0m ( |
49 | | - [35;1m`id_address`[0m int[0m([32;1m10[0m) [37munsigned[0m [37mNOT[0m [37mNULL[0m [37mauto_increment[0m,[0m |
50 | | - [35;1m`id_country`[0m int[0m([32;1m10[0m) [37munsigned[0m [37mNOT[0m [37mNULL[0m,[0m |
51 | | - [35;1m`id_state`[0m int[0m([32;1m10[0m) [37munsigned[0m [37mdefault[0m [37mNULL[0m,[0m |
52 | | - [35;1m`id_customer`[0m int[0m([32;1m10[0m) [37munsigned[0m [37mNOT[0m [37mNULL[0m [37mdefault[0m [34;1m'0'[0m,[0m |
53 | | - [35;1m`id_manufacturer`[0m int[0m([32;1m10[0m) [37munsigned[0m [37mNOT[0m [37mNULL[0m [37mdefault[0m [34;1m'0'[0m,[0m |
54 | | - [35;1m`id_supplier`[0m int[0m([32;1m10[0m) [37munsigned[0m [37mNOT[0m [37mNULL[0m [37mdefault[0m [34;1m'0'[0m,[0m |
55 | | - [35;1m`id_warehouse`[0m int[0m([32;1m10[0m) [37munsigned[0m [37mNOT[0m [37mNULL[0m [37mdefault[0m [34;1m'0'[0m,[0m |
56 | | - [35;1m`alias`[0m varchar[0m([32;1m32[0m) [37mNOT[0m [37mNULL[0m,[0m |
57 | | - [35;1m`company`[0m varchar[0m([32;1m64[0m) [37mdefault[0m [37mNULL[0m,[0m |
58 | | - [35;1m`lastname`[0m varchar[0m([32;1m32[0m) [37mNOT[0m [37mNULL[0m,[0m |
59 | | - [35;1m`firstname`[0m varchar[0m([32;1m32[0m) [37mNOT[0m [37mNULL[0m,[0m |
60 | | - [35;1m`address1`[0m varchar[0m([32;1m128[0m) [37mNOT[0m [37mNULL[0m,[0m |
61 | | - [35;1m`address2`[0m varchar[0m([32;1m128[0m) [37mdefault[0m [37mNULL[0m,[0m |
62 | | - [35;1m`postcode`[0m varchar[0m([32;1m12[0m) [37mdefault[0m [37mNULL[0m,[0m |
63 | | - [35;1m`city`[0m varchar[0m([32;1m64[0m) [37mNOT[0m [37mNULL[0m,[0m |
| 49 | + [35;1m`id_address`[0m [37mint[0m([32;1m10[0m) [37munsigned[0m [37mNOT[0m [37mNULL[0m [37mauto_increment[0m,[0m |
| 50 | + [35;1m`id_country`[0m [37mint[0m([32;1m10[0m) [37munsigned[0m [37mNOT[0m [37mNULL[0m,[0m |
| 51 | + [35;1m`id_state`[0m [37mint[0m([32;1m10[0m) [37munsigned[0m [37mdefault[0m [37mNULL[0m,[0m |
| 52 | + [35;1m`id_customer`[0m [37mint[0m([32;1m10[0m) [37munsigned[0m [37mNOT[0m [37mNULL[0m [37mdefault[0m [34;1m'0'[0m,[0m |
| 53 | + [35;1m`id_manufacturer`[0m [37mint[0m([32;1m10[0m) [37munsigned[0m [37mNOT[0m [37mNULL[0m [37mdefault[0m [34;1m'0'[0m,[0m |
| 54 | + [35;1m`id_supplier`[0m [37mint[0m([32;1m10[0m) [37munsigned[0m [37mNOT[0m [37mNULL[0m [37mdefault[0m [34;1m'0'[0m,[0m |
| 55 | + [35;1m`id_warehouse`[0m [37mint[0m([32;1m10[0m) [37munsigned[0m [37mNOT[0m [37mNULL[0m [37mdefault[0m [34;1m'0'[0m,[0m |
| 56 | + [35;1m`alias`[0m [37mvarchar[0m([32;1m32[0m) [37mNOT[0m [37mNULL[0m,[0m |
| 57 | + [35;1m`company`[0m [37mvarchar[0m([32;1m64[0m) [37mdefault[0m [37mNULL[0m,[0m |
| 58 | + [35;1m`lastname`[0m [37mvarchar[0m([32;1m32[0m) [37mNOT[0m [37mNULL[0m,[0m |
| 59 | + [35;1m`firstname`[0m [37mvarchar[0m([32;1m32[0m) [37mNOT[0m [37mNULL[0m,[0m |
| 60 | + [35;1m`address1`[0m [37mvarchar[0m([32;1m128[0m) [37mNOT[0m [37mNULL[0m,[0m |
| 61 | + [35;1m`address2`[0m [37mvarchar[0m([32;1m128[0m) [37mdefault[0m [37mNULL[0m,[0m |
| 62 | + [35;1m`postcode`[0m [37mvarchar[0m([32;1m12[0m) [37mdefault[0m [37mNULL[0m,[0m |
| 63 | + [35;1m`city`[0m [37mvarchar[0m([32;1m64[0m) [37mNOT[0m [37mNULL[0m,[0m |
64 | 64 | [35;1m`other`[0m text[0m,[0m |
65 | | - [35;1m`phone`[0m varchar[0m([32;1m16[0m) [37mdefault[0m [37mNULL[0m,[0m |
66 | | - [35;1m`phone_mobile`[0m varchar[0m([32;1m16[0m) [37mdefault[0m [37mNULL[0m,[0m |
67 | | - [35;1m`vat_number`[0m varchar[0m([32;1m32[0m) [37mdefault[0m [37mNULL[0m,[0m |
68 | | - [35;1m`dni`[0m varchar[0m([32;1m16[0m) [37mDEFAULT[0m [37mNULL[0m,[0m |
| 65 | + [35;1m`phone`[0m [37mvarchar[0m([32;1m16[0m) [37mdefault[0m [37mNULL[0m,[0m |
| 66 | + [35;1m`phone_mobile`[0m [37mvarchar[0m([32;1m16[0m) [37mdefault[0m [37mNULL[0m,[0m |
| 67 | + [35;1m`vat_number`[0m [37mvarchar[0m([32;1m32[0m) [37mdefault[0m [37mNULL[0m,[0m |
| 68 | + [35;1m`dni`[0m [37mvarchar[0m([32;1m16[0m) [37mDEFAULT[0m [37mNULL[0m,[0m |
69 | 69 | [35;1m`date_add`[0m datetime[0m [37mNOT[0m [37mNULL[0m,[0m |
70 | 70 | [35;1m`date_upd`[0m datetime[0m [37mNOT[0m [37mNULL[0m,[0m |
71 | | - [35;1m`active`[0m tinyint[0m([32;1m1[0m) [37munsigned[0m [37mNOT[0m [37mNULL[0m [37mdefault[0m [34;1m'1'[0m,[0m |
72 | | - [35;1m`deleted`[0m tinyint[0m([32;1m1[0m) [37munsigned[0m [37mNOT[0m [37mNULL[0m [37mdefault[0m [34;1m'0'[0m,[0m |
| 71 | + [35;1m`active`[0m [37mtinyint[0m([32;1m1[0m) [37munsigned[0m [37mNOT[0m [37mNULL[0m [37mdefault[0m [34;1m'1'[0m,[0m |
| 72 | + [35;1m`deleted`[0m [37mtinyint[0m([32;1m1[0m) [37munsigned[0m [37mNOT[0m [37mNULL[0m [37mdefault[0m [34;1m'0'[0m,[0m |
73 | 73 | [37mPRIMARY[0m [37mKEY[0m ([35;1m`id_address`[0m),[0m |
74 | 74 | [37mKEY[0m [35;1m`address_customer`[0m ([35;1m`id_customer`[0m),[0m |
75 | 75 | [37mKEY[0m [35;1m`id_country`[0m ([35;1m`id_country`[0m),[0m |
|
80 | 80 | ) [37mENGINE[0m =[0m [37mENGINE_TYPE[0m [37mDEFAULT[0m [37mCHARSET[0m =[0m utf8[0m |
81 | 81 | --- |
82 | 82 | [37mCREATE[0m [37mTABLE[0m [35;1m`PREFIX_alias`[0m ( |
83 | | - [35;1m`id_alias`[0m int[0m([32;1m10[0m) [37munsigned[0m [37mNOT[0m [37mNULL[0m [37mauto_increment[0m,[0m |
84 | | - [35;1m`alias`[0m varchar[0m([32;1m255[0m) [37mNOT[0m [37mNULL[0m,[0m |
85 | | - [35;1m`search`[0m varchar[0m([32;1m255[0m) [37mNOT[0m [37mNULL[0m,[0m |
86 | | - [35;1m`active`[0m tinyint[0m([32;1m1[0m) [37mNOT[0m [37mNULL[0m [37mdefault[0m [34;1m'1'[0m,[0m |
| 83 | + [35;1m`id_alias`[0m [37mint[0m([32;1m10[0m) [37munsigned[0m [37mNOT[0m [37mNULL[0m [37mauto_increment[0m,[0m |
| 84 | + [35;1m`alias`[0m [37mvarchar[0m([32;1m255[0m) [37mNOT[0m [37mNULL[0m,[0m |
| 85 | + [35;1m`search`[0m [37mvarchar[0m([32;1m255[0m) [37mNOT[0m [37mNULL[0m,[0m |
| 86 | + [35;1m`active`[0m [37mtinyint[0m([32;1m1[0m) [37mNOT[0m [37mNULL[0m [37mdefault[0m [34;1m'1'[0m,[0m |
87 | 87 | [37mPRIMARY[0m [37mKEY[0m ([35;1m`id_alias`[0m),[0m |
88 | 88 | [37mUNIQUE[0m [37mKEY[0m [35;1m`alias`[0m ([35;1m`alias`[0m) |
89 | 89 | ) [37mENGINE[0m =[0m [37mENGINE_TYPE[0m [37mDEFAULT[0m [37mCHARSET[0m =[0m utf8[0m |
90 | 90 | --- |
91 | 91 | [37mCREATE[0m [37mTABLE[0m [35;1m`PREFIX_carrier`[0m ( |
92 | | - [35;1m`id_carrier`[0m int[0m([32;1m10[0m) [37munsigned[0m [37mNOT[0m [37mNULL[0m [37mAUTO_INCREMENT[0m,[0m |
93 | | - [35;1m`id_reference`[0m int[0m([32;1m10[0m) [37munsigned[0m [37mNOT[0m [37mNULL[0m,[0m |
94 | | - [35;1m`id_tax_rules_group`[0m int[0m([32;1m10[0m) [37munsigned[0m [37mDEFAULT[0m [34;1m'0'[0m,[0m |
95 | | - [35;1m`name`[0m varchar[0m([32;1m64[0m) [37mNOT[0m [37mNULL[0m,[0m |
96 | | - [35;1m`url`[0m varchar[0m([32;1m255[0m) [37mDEFAULT[0m [37mNULL[0m,[0m |
97 | | - [35;1m`active`[0m tinyint[0m([32;1m1[0m) [37munsigned[0m [37mNOT[0m [37mNULL[0m [37mDEFAULT[0m [34;1m'0'[0m,[0m |
98 | | - [35;1m`deleted`[0m tinyint[0m([32;1m1[0m) [37munsigned[0m [37mNOT[0m [37mNULL[0m [37mDEFAULT[0m [34;1m'0'[0m,[0m |
99 | | - [35;1m`shipping_handling`[0m tinyint[0m([32;1m1[0m) [37munsigned[0m [37mNOT[0m [37mNULL[0m [37mDEFAULT[0m [34;1m'1'[0m,[0m |
100 | | - [35;1m`range_behavior`[0m tinyint[0m([32;1m1[0m) [37munsigned[0m [37mNOT[0m [37mNULL[0m [37mDEFAULT[0m [34;1m'0'[0m,[0m |
101 | | - [35;1m`is_module`[0m tinyint[0m([32;1m1[0m) [37munsigned[0m [37mNOT[0m [37mNULL[0m [37mDEFAULT[0m [34;1m'0'[0m,[0m |
102 | | - [35;1m`is_free`[0m tinyint[0m([32;1m1[0m) [37munsigned[0m [37mNOT[0m [37mNULL[0m [37mDEFAULT[0m [34;1m'0'[0m,[0m |
103 | | - [35;1m`shipping_external`[0m tinyint[0m([32;1m1[0m) [37munsigned[0m [37mNOT[0m [37mNULL[0m [37mDEFAULT[0m [34;1m'0'[0m,[0m |
104 | | - [35;1m`need_range`[0m tinyint[0m([32;1m1[0m) [37munsigned[0m [37mNOT[0m [37mNULL[0m [37mDEFAULT[0m [34;1m'0'[0m,[0m |
105 | | - [35;1m`external_module_name`[0m varchar[0m([32;1m64[0m) [37mDEFAULT[0m [37mNULL[0m,[0m |
106 | | - [35;1m`shipping_method`[0m int[0m([32;1m2[0m) [37mNOT[0m [37mNULL[0m [37mDEFAULT[0m [34;1m'0'[0m,[0m |
107 | | - [35;1m`position`[0m int[0m([32;1m10[0m) [37munsigned[0m [37mNOT[0m [37mNULL[0m [37mdefault[0m [34;1m'0'[0m,[0m |
108 | | - [35;1m`max_width`[0m int[0m([32;1m10[0m) [37mDEFAULT[0m [32;1m0[0m,[0m |
109 | | - [35;1m`max_height`[0m int[0m([32;1m10[0m) [37mDEFAULT[0m [32;1m0[0m,[0m |
110 | | - [35;1m`max_depth`[0m int[0m([32;1m10[0m) [37mDEFAULT[0m [32;1m0[0m,[0m |
111 | | - [35;1m`max_weight`[0m int[0m([32;1m10[0m) [37mDEFAULT[0m [32;1m0[0m,[0m |
112 | | - [35;1m`grade`[0m int[0m([32;1m10[0m) [37mDEFAULT[0m [32;1m0[0m,[0m |
| 92 | + [35;1m`id_carrier`[0m [37mint[0m([32;1m10[0m) [37munsigned[0m [37mNOT[0m [37mNULL[0m [37mAUTO_INCREMENT[0m,[0m |
| 93 | + [35;1m`id_reference`[0m [37mint[0m([32;1m10[0m) [37munsigned[0m [37mNOT[0m [37mNULL[0m,[0m |
| 94 | + [35;1m`id_tax_rules_group`[0m [37mint[0m([32;1m10[0m) [37munsigned[0m [37mDEFAULT[0m [34;1m'0'[0m,[0m |
| 95 | + [35;1m`name`[0m [37mvarchar[0m([32;1m64[0m) [37mNOT[0m [37mNULL[0m,[0m |
| 96 | + [35;1m`url`[0m [37mvarchar[0m([32;1m255[0m) [37mDEFAULT[0m [37mNULL[0m,[0m |
| 97 | + [35;1m`active`[0m [37mtinyint[0m([32;1m1[0m) [37munsigned[0m [37mNOT[0m [37mNULL[0m [37mDEFAULT[0m [34;1m'0'[0m,[0m |
| 98 | + [35;1m`deleted`[0m [37mtinyint[0m([32;1m1[0m) [37munsigned[0m [37mNOT[0m [37mNULL[0m [37mDEFAULT[0m [34;1m'0'[0m,[0m |
| 99 | + [35;1m`shipping_handling`[0m [37mtinyint[0m([32;1m1[0m) [37munsigned[0m [37mNOT[0m [37mNULL[0m [37mDEFAULT[0m [34;1m'1'[0m,[0m |
| 100 | + [35;1m`range_behavior`[0m [37mtinyint[0m([32;1m1[0m) [37munsigned[0m [37mNOT[0m [37mNULL[0m [37mDEFAULT[0m [34;1m'0'[0m,[0m |
| 101 | + [35;1m`is_module`[0m [37mtinyint[0m([32;1m1[0m) [37munsigned[0m [37mNOT[0m [37mNULL[0m [37mDEFAULT[0m [34;1m'0'[0m,[0m |
| 102 | + [35;1m`is_free`[0m [37mtinyint[0m([32;1m1[0m) [37munsigned[0m [37mNOT[0m [37mNULL[0m [37mDEFAULT[0m [34;1m'0'[0m,[0m |
| 103 | + [35;1m`shipping_external`[0m [37mtinyint[0m([32;1m1[0m) [37munsigned[0m [37mNOT[0m [37mNULL[0m [37mDEFAULT[0m [34;1m'0'[0m,[0m |
| 104 | + [35;1m`need_range`[0m [37mtinyint[0m([32;1m1[0m) [37munsigned[0m [37mNOT[0m [37mNULL[0m [37mDEFAULT[0m [34;1m'0'[0m,[0m |
| 105 | + [35;1m`external_module_name`[0m [37mvarchar[0m([32;1m64[0m) [37mDEFAULT[0m [37mNULL[0m,[0m |
| 106 | + [35;1m`shipping_method`[0m [37mint[0m([32;1m2[0m) [37mNOT[0m [37mNULL[0m [37mDEFAULT[0m [34;1m'0'[0m,[0m |
| 107 | + [35;1m`position`[0m [37mint[0m([32;1m10[0m) [37munsigned[0m [37mNOT[0m [37mNULL[0m [37mdefault[0m [34;1m'0'[0m,[0m |
| 108 | + [35;1m`max_width`[0m [37mint[0m([32;1m10[0m) [37mDEFAULT[0m [32;1m0[0m,[0m |
| 109 | + [35;1m`max_height`[0m [37mint[0m([32;1m10[0m) [37mDEFAULT[0m [32;1m0[0m,[0m |
| 110 | + [35;1m`max_depth`[0m [37mint[0m([32;1m10[0m) [37mDEFAULT[0m [32;1m0[0m,[0m |
| 111 | + [35;1m`max_weight`[0m [37mint[0m([32;1m10[0m) [37mDEFAULT[0m [32;1m0[0m,[0m |
| 112 | + [35;1m`grade`[0m [37mint[0m([32;1m10[0m) [37mDEFAULT[0m [32;1m0[0m,[0m |
113 | 113 | [37mPRIMARY[0m [37mKEY[0m ([35;1m`id_carrier`[0m),[0m |
114 | 114 | [37mKEY[0m [35;1m`deleted`[0m ([35;1m`deleted`[0m,[0m [35;1m`active`[0m),[0m |
115 | 115 | [37mKEY[0m [35;1m`id_tax_rules_group`[0m ([35;1m`id_tax_rules_group`[0m) |
116 | 116 | ) [37mENGINE[0m =[0m [37mENGINE_TYPE[0m [37mDEFAULT[0m [37mCHARSET[0m =[0m utf8[0m |
117 | 117 | --- |
118 | 118 | [37mCREATE[0m [37mTABLE[0m [37mIF[0m [37mNOT[0m [37mEXISTS[0m [35;1m`PREFIX_specific_price_rule`[0m ( |
119 | | - [35;1m`id_specific_price_rule`[0m int[0m([32;1m10[0m) [37munsigned[0m [37mNOT[0m [37mNULL[0m [37mAUTO_INCREMENT[0m,[0m |
120 | | - [35;1m`name`[0m VARCHAR[0m([32;1m255[0m) [37mNOT[0m [37mNULL[0m,[0m |
121 | | - [35;1m`id_shop`[0m int[0m([32;1m11[0m) [37munsigned[0m [37mNOT[0m [37mNULL[0m [37mDEFAULT[0m [34;1m'1'[0m,[0m |
122 | | - [35;1m`id_currency`[0m int[0m([32;1m10[0m) [37munsigned[0m [37mNOT[0m [37mNULL[0m,[0m |
123 | | - [35;1m`id_country`[0m int[0m([32;1m10[0m) [37munsigned[0m [37mNOT[0m [37mNULL[0m,[0m |
124 | | - [35;1m`id_group`[0m int[0m([32;1m10[0m) [37munsigned[0m [37mNOT[0m [37mNULL[0m,[0m |
125 | | - [35;1m`from_quantity`[0m mediumint[0m([32;1m8[0m) [37munsigned[0m [37mNOT[0m [37mNULL[0m,[0m |
126 | | - [35;1m`price`[0m DECIMAL[0m([32;1m20[0m,[0m [32;1m6[0m),[0m |
127 | | - [35;1m`reduction`[0m decimal[0m([32;1m20[0m,[0m [32;1m6[0m) [37mNOT[0m [37mNULL[0m,[0m |
| 119 | + [35;1m`id_specific_price_rule`[0m [37mint[0m([32;1m10[0m) [37munsigned[0m [37mNOT[0m [37mNULL[0m [37mAUTO_INCREMENT[0m,[0m |
| 120 | + [35;1m`name`[0m [37mVARCHAR[0m([32;1m255[0m) [37mNOT[0m [37mNULL[0m,[0m |
| 121 | + [35;1m`id_shop`[0m [37mint[0m([32;1m11[0m) [37munsigned[0m [37mNOT[0m [37mNULL[0m [37mDEFAULT[0m [34;1m'1'[0m,[0m |
| 122 | + [35;1m`id_currency`[0m [37mint[0m([32;1m10[0m) [37munsigned[0m [37mNOT[0m [37mNULL[0m,[0m |
| 123 | + [35;1m`id_country`[0m [37mint[0m([32;1m10[0m) [37munsigned[0m [37mNOT[0m [37mNULL[0m,[0m |
| 124 | + [35;1m`id_group`[0m [37mint[0m([32;1m10[0m) [37munsigned[0m [37mNOT[0m [37mNULL[0m,[0m |
| 125 | + [35;1m`from_quantity`[0m [37mmediumint[0m([32;1m8[0m) [37munsigned[0m [37mNOT[0m [37mNULL[0m,[0m |
| 126 | + [35;1m`price`[0m [37mDECIMAL[0m([32;1m20[0m,[0m [32;1m6[0m),[0m |
| 127 | + [35;1m`reduction`[0m [37mdecimal[0m([32;1m20[0m,[0m [32;1m6[0m) [37mNOT[0m [37mNULL[0m,[0m |
128 | 128 | [35;1m`reduction_type`[0m enum[0m([34;1m'amount'[0m,[0m [34;1m'percentage'[0m) [37mNOT[0m [37mNULL[0m,[0m |
129 | 129 | [35;1m`from`[0m datetime[0m [37mNOT[0m [37mNULL[0m,[0m |
130 | 130 | [35;1m`to`[0m datetime[0m [37mNOT[0m [37mNULL[0m,[0m |
|
456 | 456 | [37mALTER TABLE[0m |
457 | 457 | [35;1m`PREFIX_employee`[0m |
458 | 458 | [37mADD[0m |
459 | | - [35;1m`bo_color`[0m varchar[0m([32;1m32[0m) [37mdefault[0m [37mNULL[0m [37mAFTER[0m [35;1m`stats_date_to`[0m |
| 459 | + [35;1m`bo_color`[0m [37mvarchar[0m([32;1m32[0m) [37mdefault[0m [37mNULL[0m [37mAFTER[0m [35;1m`stats_date_to`[0m |
460 | 460 | --- |
461 | 461 | [37mINSERT[0m [37mINTO[0m [35;1m`PREFIX_cms_category_lang`[0m |
462 | 462 | [37mVALUES[0m |
|
490 | 490 | [37mALTER TABLE[0m |
491 | 491 | [35;1m`PREFIX_contact`[0m |
492 | 492 | [37mADD[0m |
493 | | - [35;1m`customer_service`[0m tinyint[0m([32;1m1[0m) [37mNOT[0m [37mNULL[0m [37mDEFAULT[0m [32;1m0[0m [37mAFTER[0m [35;1m`email`[0m |
| 493 | + [35;1m`customer_service`[0m [37mtinyint[0m([32;1m1[0m) [37mNOT[0m [37mNULL[0m [37mDEFAULT[0m [32;1m0[0m [37mAFTER[0m [35;1m`email`[0m |
494 | 494 | --- |
495 | 495 | [37mINSERT[0m [37mINTO[0m [35;1m`PREFIX_specific_price`[0m ( |
496 | 496 | [35;1m`id_product`[0m,[0m [35;1m`id_shop`[0m,[0m [35;1m`id_currency`[0m,[0m |
|
787 | 787 | [37mALTER TABLE[0m |
788 | 788 | [35;1m`test_modify`[0m |
789 | 789 | [37mMODIFY[0m |
790 | | - [35;1m`id`[0m INT[0m([32;1m11[0m) [37mUNSIGNED[0m [37mNOT[0m [37mNULL[0m;[0m |
| 790 | + [35;1m`id`[0m [37mINT[0m([32;1m11[0m) [37mUNSIGNED[0m [37mNOT[0m [37mNULL[0m;[0m |
791 | 791 | --- |
792 | 792 | [37mALTER TABLE[0m |
793 | 793 | [35;1m`test_change`[0m |
794 | 794 | [37mCHANGE[0m |
795 | | - [35;1m`id`[0m [35;1m`_id`[0m BIGINT[0m([32;1m20[0m) [37mUNSIGNED[0m [37mNULL[0m;[0m |
| 795 | + [35;1m`id`[0m [35;1m`_id`[0m [37mBIGINT[0m([32;1m20[0m) [37mUNSIGNED[0m [37mNULL[0m;[0m |
796 | 796 | --- |
797 | 797 | [37mSELECT[0m |
798 | 798 | *[0m |
|
952 | 952 | a[0m |
953 | 953 | ) [37mAS[0m filtered[0m,[0m |
954 | 954 | [37mCONVERT[0m( |
955 | | - VARCHAR[0m([32;1m20[0m),[0m |
| 955 | + [37mVARCHAR[0m([32;1m20[0m),[0m |
956 | 956 | [37mAVG[0m(SalesYTD[0m) [37mOVER[0m ( |
957 | 957 | [37mPARTITION BY[0m |
958 | 958 | TerritoryID[0m |
|
0 commit comments