4 lines
60 B
MySQL
Raw Normal View History

2020-04-17 22:35:27 +02:00
ALTER TABLE ciphers
ADD COLUMN
deleted_at DATETIME;