-- AlterTable
ALTER TABLE "students" ADD COLUMN     "schoolDistrict" VARCHAR(150),
ADD COLUMN     "schoolName" VARCHAR(150);
