I get an error
System.Data.SqlClient.SqlException: "Could not allocate space for object 'dbo.Lines'.'PK_dbo.Lines' in database 'C:\USERS\DEZMONT\BIN\DEBUG\APPDATA\STRINGSDB.MDF' because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup." As I understood it here explains how to fix: https://stackoverflow.com/questions/34003578/entity-framework-set-autogrowth-and-maxsize
But I am too weak in SQL and I cannot understand exactly which script I need to execute in the UP method. Please write an example of the script that you want to put in Sql ().