REDROOM
PHP 8.0.30
Path:
Logout
Edit File
Size: 765 B
Close
/home/certprox/template.certproxywizard.com/wp-content/plugins/hostinger-reach/src/Admin/Database/CartsTable.php
Text
Base64
<?php namespace Hostinger\Reach\Admin\Database; if ( ! defined( 'ABSPATH' ) ) { die; } class CartsTable extends DatabaseTable { protected string $table_name = 'carts'; public function schema(): array { return array( 'hash varchar(100)', 'customer_id bigint(20) unsigned DEFAULT NULL', 'customer_email varchar(100)', 'items longtext NOT NULL', 'totals text NOT NULL', 'currency varchar(3) NOT NULL', 'status varchar(100) NOT NULL', 'updated_at DATETIME DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP', 'PRIMARY KEY (hash)', 'UNIQUE KEY hash (hash)', 'KEY customer_id (customer_id)', ); } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 5
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
CartsTable.php
765 B
lrw-r--r--
2026-06-10 16:30:29
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ContactListsTable.php
441 B
lrw-r--r--
2026-06-10 16:30:29
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
DatabaseInterface.php
300 B
lrw-r--r--
2026-06-10 16:30:29
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
DatabaseTable.php
1013 B
lrw-r--r--
2026-06-10 16:30:29
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
FormsTable.php
745 B
lrw-r--r--
2026-06-10 16:30:29
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).