|
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"/>
|
|
220 | 220 | default="0" comment="Quote Id"/>
|
221 | 221 | <column xsi:type="timestamp" name="created_at" on_update="false" nullable="false" default="CURRENT_TIMESTAMP"
|
222 | 222 | comment="Created At"/>
|
223 |
| - <column xsi:type="timestamp" name="updated_at" on_update="true" nullable="false" default="0" |
| 223 | + <column xsi:type="timestamp" name="updated_at" on_update="true" nullable="false" default="CURRENT_TIMESTAMP" |
224 | 224 | comment="Updated At"/>
|
225 | 225 | <column xsi:type="int" name="product_id" padding="10" unsigned="true" nullable="true" identity="false"
|
226 | 226 | comment="Product Id"/>
|
|
324 | 324 | default="0" comment="Quote Item Id"/>
|
325 | 325 | <column xsi:type="timestamp" name="created_at" on_update="false" nullable="false" default="CURRENT_TIMESTAMP"
|
326 | 326 | comment="Created At"/>
|
327 |
| - <column xsi:type="timestamp" name="updated_at" on_update="true" nullable="false" default="0" |
| 327 | + <column xsi:type="timestamp" name="updated_at" on_update="true" nullable="false" default="CURRENT_TIMESTAMP" |
328 | 328 | comment="Updated At"/>
|
329 | 329 | <column xsi:type="text" name="applied_rule_ids" nullable="true" comment="Applied Rule Ids"/>
|
330 | 330 | <column xsi:type="text" name="additional_data" nullable="true" comment="Additional Data"/>
|
|
436 | 436 | default="0" comment="Quote Id"/>
|
437 | 437 | <column xsi:type="timestamp" name="created_at" on_update="false" nullable="false" default="CURRENT_TIMESTAMP"
|
438 | 438 | comment="Created At"/>
|
439 |
| - <column xsi:type="timestamp" name="updated_at" on_update="true" nullable="false" default="0" |
| 439 | + <column xsi:type="timestamp" name="updated_at" on_update="true" nullable="false" default="CURRENT_TIMESTAMP" |
440 | 440 | comment="Updated At"/>
|
441 | 441 | <column xsi:type="varchar" name="method" nullable="true" length="255" comment="Method"/>
|
442 | 442 | <column xsi:type="varchar" name="cc_type" nullable="true" length="255" comment="Cc Type"/>
|
|
472 | 472 | default="0" comment="Address Id"/>
|
473 | 473 | <column xsi:type="timestamp" name="created_at" on_update="false" nullable="false" default="CURRENT_TIMESTAMP"
|
474 | 474 | comment="Created At"/>
|
475 |
| - <column xsi:type="timestamp" name="updated_at" on_update="true" nullable="false" default="0" |
| 475 | + <column xsi:type="timestamp" name="updated_at" on_update="true" nullable="false" default="CURRENT_TIMESTAMP" |
476 | 476 | comment="Updated At"/>
|
477 | 477 | <column xsi:type="varchar" name="carrier" nullable="true" length="255" comment="Carrier"/>
|
478 | 478 | <column xsi:type="varchar" name="carrier_title" nullable="true" length="255" comment="Carrier Title"/>
|
|
0 commit comments