3 lines
58 B
SQL
Executable File
3 lines
58 B
SQL
Executable File
-- AlterTable
|
|
ALTER TABLE "User" ADD COLUMN "phone" TEXT;
|