4 lines
107 B
SQL
4 lines
107 B
SQL
-- AlterTable
|
|
ALTER TABLE "User" ADD COLUMN "password" TEXT,
|
|
ALTER COLUMN "time_joined" DROP NOT NULL;
|