3 lines
98 B
MySQL
3 lines
98 B
MySQL
|
ALTER TABLE "copies"
|
||
|
ADD COLUMN IF NOT EXISTS "created_date" TIMESTAMP DEFAULT CURRENT_TIMESTAMP;
|