migrationBuilder.CreateTable(
                name: "uploaded_datas",
                columns: table => new
                {
                    Id = table.Column<int>(type: "int", nullable: false)