File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 18
18
comment =" Mark current bookmark per user and identifier" />
19
19
<column xsi : type =" varchar" name =" title" nullable =" true" length =" 255" comment =" Bookmark title" />
20
20
<column xsi : type =" longtext" name =" config" nullable =" true" comment =" Bookmark config" />
21
- <column xsi : type =" datetime" name =" created_at" on_update =" false" nullable =" false" comment =" Bookmark created at" />
22
- <column xsi : type =" datetime" name =" updated_at" on_update =" false " nullable =" false" comment =" Bookmark updated at" />
21
+ <column xsi : type =" datetime" name =" created_at" on_update =" false" nullable =" false" default = " CURRENT_TIMESTAMP " comment =" Bookmark created at" />
22
+ <column xsi : type =" datetime" name =" updated_at" on_update =" true " nullable =" false" default = " CURRENT_TIMESTAMP " comment =" Bookmark updated at" />
23
23
<constraint xsi : type =" primary" referenceId =" PRIMARY" >
24
24
<column name =" bookmark_id" />
25
25
</constraint >
You can’t perform that action at this time.
0 commit comments