otter/migrations/2025-03-15-145721_session_l.../up.sql

4 lines
95 B
SQL

-- Your SQL goes here
alter table sessions
add column last_seen bigint not null default 0;