made migrations files

This commit is contained in:
neerholt
2021-03-03 11:01:32 +01:00
parent c780295bf7
commit 26161102f5
8 changed files with 73 additions and 6 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ $capsule = new Capsule;
$capsule->addConnection([
"driver" => "mysql",
"host" =>"127.0.0.1",
"database" => "acl",
"database" => "gamejamdb",
"username" => "root",
"password" => ""
]);