You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- You are about to alter the column `entityType` on the `Entity` table. The data in that column could be lost. The data in that column will be cast from `Enum(EnumId(0))` to `VarChar(1024)`.
5
+
6
+
*/
7
+
-- AlterTable
8
+
ALTERTABLE`Entity` MODIFY `entityType`VARCHAR(1024) NOT NULL;
0 commit comments