@@ -58,14 +58,14 @@ public function up(): void
5858 'limit ' => null ,
5959 'null ' => true ,
6060 ])
61- ->addColumn ('created ' , 'timestamp ' , [
61+ ->addColumn ('created ' , 'datetimefractional ' , [
6262 'default ' => null ,
6363 'limit ' => null ,
6464 'null ' => true ,
6565 'precision ' => 7 ,
6666 'scale ' => 7 ,
6767 ])
68- ->addColumn ('modified ' , 'timestamp ' , [
68+ ->addColumn ('modified ' , 'datetimefractional ' , [
6969 'default ' => null ,
7070 'limit ' => null ,
7171 'null ' => true ,
@@ -103,14 +103,14 @@ public function up(): void
103103 'limit ' => 100 ,
104104 'null ' => true ,
105105 ])
106- ->addColumn ('created ' , 'timestamp ' , [
106+ ->addColumn ('created ' , 'datetimefractional ' , [
107107 'default ' => null ,
108108 'limit ' => null ,
109109 'null ' => true ,
110110 'precision ' => 7 ,
111111 'scale ' => 7 ,
112112 ])
113- ->addColumn ('modified ' , 'timestamp ' , [
113+ ->addColumn ('modified ' , 'datetimefractional ' , [
114114 'default ' => null ,
115115 'limit ' => null ,
116116 'null ' => true ,
@@ -240,14 +240,14 @@ public function up(): void
240240 'limit ' => 10 ,
241241 'null ' => true ,
242242 ])
243- ->addColumn ('created ' , 'timestamp ' , [
243+ ->addColumn ('created ' , 'datetimefractional ' , [
244244 'default ' => null ,
245245 'limit ' => null ,
246246 'null ' => true ,
247247 'precision ' => 7 ,
248248 'scale ' => 7 ,
249249 ])
250- ->addColumn ('modified ' , 'timestamp ' , [
250+ ->addColumn ('modified ' , 'datetimefractional ' , [
251251 'default ' => null ,
252252 'limit ' => null ,
253253 'null ' => true ,
@@ -316,7 +316,7 @@ public function up(): void
316316 'limit ' => null ,
317317 'null ' => true ,
318318 ])
319- ->addColumn ('highlighted_time ' , 'timestamp ' , [
319+ ->addColumn ('highlighted_time ' , 'datetimefractional ' , [
320320 'default ' => null ,
321321 'limit ' => null ,
322322 'null ' => true ,
@@ -365,14 +365,14 @@ public function up(): void
365365 'limit ' => 256 ,
366366 'null ' => true ,
367367 ])
368- ->addColumn ('created ' , 'timestamp ' , [
368+ ->addColumn ('created ' , 'datetimefractional ' , [
369369 'default ' => null ,
370370 'limit ' => null ,
371371 'null ' => true ,
372372 'precision ' => 7 ,
373373 'scale ' => 7 ,
374374 ])
375- ->addColumn ('updated ' , 'timestamp ' , [
375+ ->addColumn ('updated ' , 'datetimefractional ' , [
376376 'default ' => null ,
377377 'limit ' => null ,
378378 'null ' => true ,
0 commit comments