mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Improve compatibility with old DB versions that can't take current_timestamp() as a default value for DATETIME column
This commit is contained in:
parent
84e57ff876
commit
d3b3dc7b0e
2 changed files with 3 additions and 3 deletions
|
|
@ -3,5 +3,5 @@
|
|||
<column name="handler" type="varchar" size="191" notnull="notnull" />
|
||||
<column name="args" type="longtext" notnull="notnull" />
|
||||
<column name="options" type="longtext" notnull="notnull" />
|
||||
<column name="regdate" type="datetime" notnull="notnull" default="current_timestamp()" index="idx_regdate" />
|
||||
<column name="regdate" type="datetime" notnull="notnull" index="idx_regdate" />
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue