> * @since 1.0.0 */ protected static array $columns = [ 'module_id' => ['name' => 'module_id', 'type' => 'string', 'internal' => 'id'], 'module_active' => ['name' => 'module_active', 'type' => 'int', 'internal' => 'status'], ]; /** * Primary table. * * @var string * @since 1.0.0 */ protected static string $table = 'module'; /** * Primary field name. * * @var string * @since 1.0.0 */ protected static string $primaryField = 'module_id'; }