Made fk key

This commit is contained in:
neerholt
2021-03-03 12:48:49 +01:00
parent 2e8b9f5000
commit fff330705a
6 changed files with 45 additions and 1 deletions
+5
View File
@@ -1 +1,6 @@
<?php
require "../bootstrap.php";
$gameJam = GameJam::Create([
'name' => "First game jam ever!", 'startTime' => "2021-03-03T12:40", 'endTime' => "2021-04-03T12:40", 'description' => "Det her et en beskrivelse"
]);