index
:
Juick
juick-commands
killy-responsive
killy-responsive-2
mark_read
master
sans_branch
x
Juick development tree
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
resources
/
db
/
migration
/
V1.11__increase pm timestamp precision.sql
blob: e83eb6218f54e4f1a2583a32c9ab8afe6ad982f0 (
plain
) (
blame
)
1
ALTER
TABLE
pm
MODIFY
COLUMN
ts
timestamp
(
6
)
NOT
NULL
DEFAULT
CURRENT_TIMESTAMP
;