File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 506
506
<column xsi : type =" int" name =" customer_id" padding =" 11" unsigned =" false" nullable =" true" identity =" false"
507
507
comment =" Customer Id" />
508
508
<column xsi : type =" varchar" name =" session_id" nullable =" true" length =" 64" comment =" Session ID" />
509
- <column xsi : type =" timestamp" name =" last_visit_at" on_update =" true" nullable =" true " default =" CURRENT_TIMESTAMP"
509
+ <column xsi : type =" timestamp" name =" last_visit_at" on_update =" true" nullable =" false " default =" CURRENT_TIMESTAMP"
510
510
comment =" Last Visit Time" />
511
511
<constraint xsi : type =" primary" referenceId =" PRIMARY" >
512
512
<column name =" visitor_id" />
Original file line number Diff line number Diff line change 136
136
comment =" User type (admin or customer)" />
137
137
<column xsi : type =" smallint" name =" failures_count" padding =" 5" unsigned =" true" nullable =" true" identity =" false"
138
138
default =" 0" comment =" Number of failed authentication attempts in a row" />
139
- <column xsi : type =" timestamp" name =" lock_expires_at" on_update =" true" nullable =" true " default =" CURRENT_TIMESTAMP"
139
+ <column xsi : type =" timestamp" name =" lock_expires_at" on_update =" true" nullable =" false " default =" CURRENT_TIMESTAMP"
140
140
comment =" Lock expiration time" />
141
141
<constraint xsi : type =" primary" referenceId =" PRIMARY" >
142
142
<column name =" log_id" />
Original file line number Diff line number Diff line change 769
769
<column xsi : type =" varchar" name =" order_increment_id" nullable =" false" length =" 32" comment =" Order Increment Id" />
770
770
<column xsi : type =" int" name =" order_id" padding =" 10" unsigned =" true" nullable =" false" identity =" false"
771
771
comment =" Order Id" />
772
- <column xsi : type =" timestamp" name =" order_created_at" on_update =" true" nullable =" true "
772
+ <column xsi : type =" timestamp" name =" order_created_at" on_update =" true" nullable =" false "
773
773
default =" CURRENT_TIMESTAMP" comment =" Order Increment Id" />
774
774
<column xsi : type =" varchar" name =" customer_name" nullable =" false" length =" 128" comment =" Customer Name" />
775
775
<column xsi : type =" decimal" name =" total_qty" scale =" 4" precision =" 12" unsigned =" false" nullable =" true"
You can’t perform that action at this time.
0 commit comments