3 lines
62 B
MySQL
3 lines
62 B
MySQL
|
|
ALTER TABLE proformas
|
||
|
|
ADD COLUMN archived_at DATETIME NULL;
|