Jake Vanderwerf
2026-04-26 86c6cd3cc099d2480932ede03c12cea01e625c94
inc/registrar/helpers/MakeVerification.php
@@ -11,19 +11,7 @@
   protected CustomTable $table;
   public function __construct()
   {
      $this->defineTables();
//    $this->defineTables();
   }
   protected function defineTables():void
   {
      $types = implode(',', array_map(function($item) { return "`{$item}`"; },Registrar::getFeatured('verify_entry')));
      $table = CustomTable::for('verify_entry');
      $table->setColumns([
         'id'        => 'bigint(20) unsigned NOT NULL AUTO_INCREMENT',
         'user_id'      => "{$table->getUserIDType()} NOT NULL",
         'content'
      ])
   }
}