Linux ip-172-31-33-47 5.4.0-1045-aws #47~18.04.1-Ubuntu SMP Tue Apr 13 15:58:14 UTC 2021 x86_64
Apache/2.4.29 (Ubuntu)
: 172.31.33.47 | : 3.133.107.191
Cant Read [ /etc/named.conf ]
7.4.20
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
boaz2 /
migrations /
[ HOME SHELL ]
Name
Size
Permission
Action
.gitignore
0
B
-rw-rw-r--
Version20201203114504.php
2.24
KB
-rw-rw-r--
Version20201207200548.php
1.15
KB
-rw-rw-r--
Version20201207201703.php
866
B
-rw-rw-r--
Version20201207201955.php
1.14
KB
-rw-rw-r--
Version20201208070726.php
1.77
KB
-rw-rw-r--
Version20201216101536.php
2.12
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Version20201208070726.php
<?php declare(strict_types=1); namespace DoctrineMigrations; use Doctrine\DBAL\Schema\Schema; use Doctrine\Migrations\AbstractMigration; /** * Auto-generated Migration: Please modify to your needs! */ final class Version20201208070726 extends AbstractMigration { public function getDescription() : string { return ''; } public function up(Schema $schema) : void { // this up() migration is auto-generated, please modify it to your needs $this->addSql('CREATE TABLE user_depot (user_id INT NOT NULL, depot_id INT NOT NULL, check_in DATETIME DEFAULT CURRENT_TIMESTAMP, check_out DATETIME, INDEX IDX_A55670E4A76ED395 (user_id), INDEX IDX_A55670E48510D4DE (depot_id), PRIMARY KEY(user_id, depot_id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB'); $this->addSql('ALTER TABLE user_depot ADD CONSTRAINT FK_A55670E4A76ED395 FOREIGN KEY (user_id) REFERENCES user (id) ON DELETE CASCADE'); $this->addSql('ALTER TABLE user_depot ADD CONSTRAINT FK_A55670E48510D4DE FOREIGN KEY (depot_id) REFERENCES depot (id) ON DELETE CASCADE'); $this->addSql('ALTER TABLE loading ADD depot_id INT DEFAULT NULL'); $this->addSql('ALTER TABLE loading ADD CONSTRAINT FK_576038B48510D4DE FOREIGN KEY (depot_id) REFERENCES depot (id)'); $this->addSql('CREATE INDEX IDX_576038B48510D4DE ON loading (depot_id)'); } public function down(Schema $schema) : void { // this down() migration is auto-generated, please modify it to your needs $this->addSql('DROP TABLE user_depot'); $this->addSql('ALTER TABLE loading DROP FOREIGN KEY FK_576038B48510D4DE'); $this->addSql('DROP INDEX IDX_576038B48510D4DE ON loading'); $this->addSql('ALTER TABLE loading DROP depot_id'); } }
Close