@@ -396,70 +396,144 @@ The schema builder blueprint offers a variety of methods that correspond to the
396
396
}
397
397
</style >
398
398
399
+ <a name =" booleans-method-list " ></a >
400
+ #### Boolean Types
401
+
399
402
<div class =" collection-method-list " markdown =" 1 " >
400
403
401
- [ bigIncrements] ( #column-method-bigIncrements )
402
- [ bigInteger] ( #column-method-bigInteger )
403
- [ binary] ( #column-method-binary )
404
404
[ boolean] ( #column-method-boolean )
405
+
406
+ </div >
407
+
408
+ <a name =" strings-and-texts-method-list " ></a >
409
+ #### String & Text Types
410
+
411
+ <div class =" collection-method-list " markdown =" 1 " >
412
+
405
413
[ char] ( #column-method-char )
406
- [ dateTimeTz] ( #column-method-dateTimeTz )
407
- [ dateTime] ( #column-method-dateTime )
408
- [ date] ( #column-method-date )
414
+ [ longText] ( #column-method-longText )
415
+ [ mediumText] ( #column-method-mediumText )
416
+ [ string] ( #column-method-string )
417
+ [ text] ( #column-method-text )
418
+ [ tinyText] ( #column-method-tinyText )
419
+ [ longText] ( #column-method-longText )
420
+
421
+ </div >
422
+
423
+ <a name =" numbers--method-list " ></a >
424
+ #### Numeric Types
425
+
426
+ <div class =" collection-method-list " markdown =" 1 " >
427
+
428
+ [ bigIncrements] ( #column-method-bigIncrements )
429
+ [ bigInteger] ( #column-method-bigInteger )
409
430
[ decimal] ( #column-method-decimal )
410
431
[ double] ( #column-method-double )
411
- [ enum] ( #column-method-enum )
412
432
[ float] ( #column-method-float )
413
- [ foreignId] ( #column-method-foreignId )
414
- [ foreignIdFor] ( #column-method-foreignIdFor )
415
- [ foreignUlid] ( #column-method-foreignUlid )
416
- [ foreignUuid] ( #column-method-foreignUuid )
417
- [ geography] ( #column-method-geography )
418
- [ geometry] ( #column-method-geometry )
419
433
[ id] ( #column-method-id )
420
434
[ increments] ( #column-method-increments )
421
435
[ integer] ( #column-method-integer )
422
- [ ipAddress] ( #column-method-ipAddress )
423
- [ json] ( #column-method-json )
424
- [ jsonb] ( #column-method-jsonb )
425
- [ longText] ( #column-method-longText )
426
- [ macAddress] ( #column-method-macAddress )
427
436
[ mediumIncrements] ( #column-method-mediumIncrements )
428
437
[ mediumInteger] ( #column-method-mediumInteger )
429
- [ mediumText] ( #column-method-mediumText )
430
- [ morphs] ( #column-method-morphs )
431
- [ nullableMorphs] ( #column-method-nullableMorphs )
432
- [ nullableTimestamps] ( #column-method-nullableTimestamps )
433
- [ nullableUlidMorphs] ( #column-method-nullableUlidMorphs )
434
- [ nullableUuidMorphs] ( #column-method-nullableUuidMorphs )
435
- [ rememberToken] ( #column-method-rememberToken )
436
- [ set] ( #column-method-set )
437
438
[ smallIncrements] ( #column-method-smallIncrements )
438
439
[ smallInteger] ( #column-method-smallInteger )
439
- [ softDeletesTz] ( #column-method-softDeletesTz )
440
- [ softDeletes] ( #column-method-softDeletes )
441
- [ string] ( #column-method-string )
442
- [ text] ( #column-method-text )
443
- [ timeTz] ( #column-method-timeTz )
444
- [ time] ( #column-method-time )
445
- [ timestampTz] ( #column-method-timestampTz )
446
- [ timestamp] ( #column-method-timestamp )
447
- [ timestampsTz] ( #column-method-timestampsTz )
448
- [ timestamps] ( #column-method-timestamps )
449
440
[ tinyIncrements] ( #column-method-tinyIncrements )
450
441
[ tinyInteger] ( #column-method-tinyInteger )
451
- [ tinyText] ( #column-method-tinyText )
452
442
[ unsignedBigInteger] ( #column-method-unsignedBigInteger )
453
443
[ unsignedInteger] ( #column-method-unsignedInteger )
454
444
[ unsignedMediumInteger] ( #column-method-unsignedMediumInteger )
455
445
[ unsignedSmallInteger] ( #column-method-unsignedSmallInteger )
456
446
[ unsignedTinyInteger] ( #column-method-unsignedTinyInteger )
457
- [ ulidMorphs] ( #column-method-ulidMorphs )
458
- [ uuidMorphs] ( #column-method-uuidMorphs )
447
+
448
+ </div >
449
+
450
+ <a name =" dates-and-times-method-list " ></a >
451
+ #### Date & Time Types
452
+
453
+ <div class =" collection-method-list " markdown =" 1 " >
454
+
455
+ [ dateTime] ( #column-method-dateTime )
456
+ [ dateTimeTz] ( #column-method-dateTimeTz )
457
+ [ date] ( #column-method-date )
458
+ [ time] ( #column-method-time )
459
+ [ timeTz] ( #column-method-timeTz )
460
+ [ timestamp] ( #column-method-timestamp )
461
+ [ timestamps] ( #column-method-timestamps )
462
+ [ nullableTimestamps] ( #column-method-nullableTimestamps )
463
+ [ timestampsTz] ( #column-method-timestampsTz )
464
+ [ softDeletes] ( #column-method-softDeletes )
465
+ [ softDeletesTz] ( #column-method-softDeletesTz )
466
+ [ year] ( #column-method-year )
467
+
468
+ </div >
469
+
470
+ <a name =" binaries-method-list " ></a >
471
+ #### Binary Types
472
+
473
+ <div class =" collection-method-list " markdown =" 1 " >
474
+
475
+ [ binary] ( #column-method-binary )
476
+
477
+ </div >
478
+
479
+ <a name =" object-and-jsons-method-list " ></a >
480
+ #### Object & Json Types
481
+
482
+ <div class =" collection-method-list " markdown =" 1 " >
483
+
484
+ [ json] ( #column-method-json )
485
+ [ jsonb] ( #column-method-jsonb )
486
+
487
+ </div >
488
+
489
+ <a name =" uuids-and-ulids-method-list " ></a >
490
+ #### UUID & ULID Types
491
+
492
+ <div class =" collection-method-list " markdown =" 1 " >
493
+
459
494
[ ulid] ( #column-method-ulid )
495
+ [ ulidMorphs] ( #column-method-ulidMorphs )
460
496
[ uuid] ( #column-method-uuid )
497
+ [ uuidMorphs] ( #column-method-uuidMorphs )
498
+ [ nullableUlidMorphs] ( #column-method-nullableUlidMorphs )
499
+ [ nullableUuidMorphs] ( #column-method-nullableUuidMorphs )
500
+
501
+ </div >
502
+
503
+ <a name =" spatials-method-list " ></a >
504
+ #### Spatial Types
505
+
506
+ <div class =" collection-method-list " markdown =" 1 " >
507
+
508
+ [ geography] ( #column-method-geography )
509
+ [ geometry] ( #column-method-geometry )
510
+
511
+ </div >
512
+
513
+ #### Relationship Types
514
+
515
+ <div class =" collection-method-list " markdown =" 1 " >
516
+
517
+ [ foreignId] ( #column-method-foreignId )
518
+ [ foreignIdFor] ( #column-method-foreignIdFor )
519
+ [ foreignUlid] ( #column-method-foreignUlid )
520
+ [ foreignUuid] ( #column-method-foreignUuid )
521
+ [ morphs] ( #column-method-morphs )
522
+ [ nullableMorphs] ( #column-method-nullableMorphs )
523
+
524
+ </div >
525
+
526
+ <a name =" spacifics-method-list " ></a >
527
+ #### Specialty Types
528
+
529
+ <div class =" collection-method-list " markdown =" 1 " >
530
+
531
+ [ enum] ( #column-method-enum )
532
+ [ set] ( #column-method-set )
533
+ [ macAddress] ( #column-method-macAddress )
534
+ [ ipAddress] ( #column-method-ipAddress )
535
+ [ rememberToken] ( #column-method-rememberToken )
461
536
[ vector] ( #column-method-vector )
462
- [ year] ( #column-method-year )
463
537
464
538
</div >
465
539
0 commit comments