mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-07-14 12:36:12 +00:00
4 lines
94 B
MySQL
4 lines
94 B
MySQL
![]() |
-- Your SQL goes here
|
||
|
ALTER TABLE user_table
|
||
|
ADD COLUMN updated_at BIGINT NOT NULL DEFAULT 0;
|