3 lines
80 B
MySQL
3 lines
80 B
MySQL
|
|
-- AlterTable
|
||
|
|
ALTER TABLE "TimeEntry" ADD COLUMN "duration" DECIMAL(65,30);
|