2 lines
110 B
SQL
2 lines
110 B
SQL
ALTER TABLE users
|
|
ADD COLUMN IF NOT EXISTS created_at TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP(3);
|