3 lines
67 B
MySQL
3 lines
67 B
MySQL
|
-- AlterTable
|
||
|
ALTER TABLE "users" ADD COLUMN "streak" INTEGER;
|