tutor/postgres/002-card-creation-date.sql

3 lines
98 B
MySQL
Raw Normal View History

2024-02-09 03:51:31 +00:00
ALTER TABLE "copies"
ADD COLUMN IF NOT EXISTS "created_date" TIMESTAMP DEFAULT CURRENT_TIMESTAMP;