aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/db/specific/h2/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;