|
108 | 108 | default="0" comment="Quote Id"/>
|
109 | 109 | <column xsi:type="timestamp" name="created_at" on_update="false" nullable="false" default="CURRENT_TIMESTAMP"
|
110 | 110 | comment="Created At"/>
|
111 |
| - <column xsi:type="timestamp" name="updated_at" on_update="true" nullable="false" default="0" |
| 111 | + <column xsi:type="timestamp" name="updated_at" on_update="true" nullable="false" default="CURRENT_TIMESTAMP" |
112 | 112 | comment="Updated At"/>
|
113 | 113 | <column xsi:type="int" name="customer_id" padding="10" unsigned="true" nullable="true" identity="false"
|
114 | 114 | comment="Customer Id"/>
|
|
218 | 218 | default="0" comment="Quote Id"/>
|
219 | 219 | <column xsi:type="timestamp" name="created_at" on_update="false" nullable="false" default="CURRENT_TIMESTAMP"
|
220 | 220 | comment="Created At"/>
|
221 |
| - <column xsi:type="timestamp" name="updated_at" on_update="true" nullable="false" default="0" |
| 221 | + <column xsi:type="timestamp" name="updated_at" on_update="true" nullable="false" default="CURRENT_TIMESTAMP" |
222 | 222 | comment="Updated At"/>
|
223 | 223 | <column xsi:type="int" name="product_id" padding="10" unsigned="true" nullable="true" identity="false"
|
224 | 224 | comment="Product Id"/>
|
|
322 | 322 | default="0" comment="Quote Item Id"/>
|
323 | 323 | <column xsi:type="timestamp" name="created_at" on_update="false" nullable="false" default="CURRENT_TIMESTAMP"
|
324 | 324 | comment="Created At"/>
|
325 |
| - <column xsi:type="timestamp" name="updated_at" on_update="true" nullable="false" default="0" |
| 325 | + <column xsi:type="timestamp" name="updated_at" on_update="true" nullable="false" default="CURRENT_TIMESTAMP" |
326 | 326 | comment="Updated At"/>
|
327 | 327 | <column xsi:type="text" name="applied_rule_ids" nullable="true" comment="Applied Rule Ids"/>
|
328 | 328 | <column xsi:type="text" name="additional_data" nullable="true" comment="Additional Data"/>
|
|
434 | 434 | default="0" comment="Quote Id"/>
|
435 | 435 | <column xsi:type="timestamp" name="created_at" on_update="false" nullable="false" default="CURRENT_TIMESTAMP"
|
436 | 436 | comment="Created At"/>
|
437 |
| - <column xsi:type="timestamp" name="updated_at" on_update="true" nullable="false" default="0" |
| 437 | + <column xsi:type="timestamp" name="updated_at" on_update="true" nullable="false" default="CURRENT_TIMESTAMP" |
438 | 438 | comment="Updated At"/>
|
439 | 439 | <column xsi:type="varchar" name="method" nullable="true" length="255" comment="Method"/>
|
440 | 440 | <column xsi:type="varchar" name="cc_type" nullable="true" length="255" comment="Cc Type"/>
|
|
470 | 470 | default="0" comment="Address Id"/>
|
471 | 471 | <column xsi:type="timestamp" name="created_at" on_update="false" nullable="false" default="CURRENT_TIMESTAMP"
|
472 | 472 | comment="Created At"/>
|
473 |
| - <column xsi:type="timestamp" name="updated_at" on_update="true" nullable="false" default="0" |
| 473 | + <column xsi:type="timestamp" name="updated_at" on_update="true" nullable="false" default="CURRENT_TIMESTAMP" |
474 | 474 | comment="Updated At"/>
|
475 | 475 | <column xsi:type="varchar" name="carrier" nullable="true" length="255" comment="Carrier"/>
|
476 | 476 | <column xsi:type="varchar" name="carrier_title" nullable="true" length="255" comment="Carrier Title"/>
|
|
0 commit comments