We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19fcb92 commit e965f0cCopy full SHA for e965f0c
app/code/Magento/SalesRule/etc/db_schema.xml
@@ -68,7 +68,7 @@
68
comment="Usage Per Customer"/>
69
<column xsi:type="int" name="times_used" padding="10" unsigned="true" nullable="false" identity="false"
70
default="0" comment="Times Used"/>
71
- <column xsi:type="timestamp" name="expiration_date" on_update="false" nullable="true"
+ <column xsi:type="datetime" name="expiration_date" on_update="false" nullable="true"
72
comment="Expiration Date"/>
73
<column xsi:type="smallint" name="is_primary" padding="5" unsigned="true" nullable="true" identity="false"
74
comment="Is Primary"/>
0 commit comments