@@ -87,25 +87,25 @@ protected override void BuildModel(ModelBuilder modelBuilder)
8787 . HasColumnType ( "NVARCHAR2(2000)" ) ;
8888
8989 b . Property < string > ( "SerializedActivityState" )
90- . HasColumnType ( "NVARCHAR2(2000) " ) ;
90+ . HasColumnType ( "NCLOB " ) ;
9191
9292 b . Property < string > ( "SerializedActivityStateCompressionAlgorithm" )
9393 . HasColumnType ( "NVARCHAR2(2000)" ) ;
9494
9595 b . Property < string > ( "SerializedException" )
96- . HasColumnType ( "NVARCHAR2(2000) " ) ;
96+ . HasColumnType ( "NCLOB " ) ;
9797
9898 b . Property < string > ( "SerializedMetadata" )
99- . HasColumnType ( "NVARCHAR2(2000) " ) ;
99+ . HasColumnType ( "NCLOB " ) ;
100100
101101 b . Property < string > ( "SerializedOutputs" )
102- . HasColumnType ( "NVARCHAR2(2000) " ) ;
102+ . HasColumnType ( "NCLOB " ) ;
103103
104104 b . Property < string > ( "SerializedPayload" )
105- . HasColumnType ( "NVARCHAR2(2000) " ) ;
105+ . HasColumnType ( "NCLOB " ) ;
106106
107107 b . Property < string > ( "SerializedProperties" )
108- . HasColumnType ( "NVARCHAR2(2000) " ) ;
108+ . HasColumnType ( "NCLOB " ) ;
109109
110110 b . Property < DateTimeOffset > ( "StartedAt" )
111111 . HasColumnType ( "TIMESTAMP(7) WITH TIME ZONE" ) ;
@@ -241,10 +241,10 @@ protected override void BuildModel(ModelBuilder modelBuilder)
241241 . HasColumnType ( "NVARCHAR2(450)" ) ;
242242
243243 b . Property < string > ( "SerializedMetadata" )
244- . HasColumnType ( "NVARCHAR2(2000) " ) ;
244+ . HasColumnType ( "NCLOB " ) ;
245245
246246 b . Property < string > ( "SerializedPayload" )
247- . HasColumnType ( "NVARCHAR2(2000) " ) ;
247+ . HasColumnType ( "NCLOB " ) ;
248248
249249 b . Property < string > ( "TenantId" )
250250 . HasColumnType ( "NVARCHAR2(450)" ) ;
@@ -296,7 +296,7 @@ protected override void BuildModel(ModelBuilder modelBuilder)
296296 . HasColumnType ( "NVARCHAR2(450)" ) ;
297297
298298 b . Property < string > ( "SerializedPayload" )
299- . HasColumnType ( "NVARCHAR2(2000) " ) ;
299+ . HasColumnType ( "NCLOB " ) ;
300300
301301 b . Property < string > ( "TenantId" )
302302 . HasColumnType ( "NVARCHAR2(450)" ) ;
@@ -374,10 +374,10 @@ protected override void BuildModel(ModelBuilder modelBuilder)
374374 . HasColumnType ( "NUMBER(19)" ) ;
375375
376376 b . Property < string > ( "SerializedActivityState" )
377- . HasColumnType ( "NVARCHAR2(2000) " ) ;
377+ . HasColumnType ( "NCLOB " ) ;
378378
379379 b . Property < string > ( "SerializedPayload" )
380- . HasColumnType ( "NVARCHAR2(2000) " ) ;
380+ . HasColumnType ( "NCLOB " ) ;
381381
382382 b . Property < string > ( "Source" )
383383 . HasColumnType ( "NVARCHAR2(2000)" ) ;
@@ -485,10 +485,10 @@ protected override void BuildModel(ModelBuilder modelBuilder)
485485 . HasColumnType ( "NVARCHAR2(450)" ) ;
486486
487487 b . Property < string > ( "SerializedBookmarkPayload" )
488- . HasColumnType ( "NVARCHAR2(2000) " ) ;
488+ . HasColumnType ( "NCLOB " ) ;
489489
490490 b . Property < string > ( "SerializedInput" )
491- . HasColumnType ( "NVARCHAR2(2000) " ) ;
491+ . HasColumnType ( "NCLOB " ) ;
492492
493493 b . Property < string > ( "TenantId" )
494494 . HasColumnType ( "NVARCHAR2(2000)" ) ;
0 commit comments