3 lines
82 B
MySQL
3 lines
82 B
MySQL
|
|
-- AlterTable
|
||
|
|
ALTER TABLE "CreditNote" ADD COLUMN "paybackDate" TIMESTAMP(3);
|