3 lines
89 B
SQL
3 lines
89 B
SQL
-- AlterTable
|
|
ALTER TABLE "User" ADD COLUMN "password" TEXT NOT NULL DEFAULT 'test';
|
-- AlterTable
|
|
ALTER TABLE "User" ADD COLUMN "password" TEXT NOT NULL DEFAULT 'test';
|