4 lines
98 B
SQL
4 lines
98 B
SQL
ALTER TABLE "devices"
|
|
ADD COLUMN "linked_at" TIMESTAMP(3),
|
|
ADD COLUMN "relinked_at" TIMESTAMP(3);
|