This website requires JavaScript.
Explore
Help
Sign In
Chewing_Bever
/
otter
Watch
1
Star
0
Fork
You've already forked otter
0
Code
Issues
10
Packages
Releases
3
Activity
65e83ecb1f
otter
/
migrations
/
2025-03-15-145721_session_l...
/
up.sql
4 lines
95 B
SQL
Raw
Blame
History
-- Your SQL goes here
alter
table
sessions
add
column
last_seen
bigint
not
null
default
0
;
Reference in New Issue
View Git Blame
Copy Permalink