4 lines
112 B
MySQL
4 lines
112 B
MySQL
|
|
-- AlterTable
|
||
|
|
ALTER TABLE "User" ADD COLUMN "birtDate" TIMESTAMP(3),
|
||
|
|
ADD COLUMN "responsibleArea" TEXT;
|