commit 9b6406902cdf4e2442800921fcf6bb37f42bb102 Author: smarcet Date: Sun Oct 18 01:55:03 2020 -0300 Fix on mapping Change-Id: I9f7a34d1cf9c9779be508e191ee8731eb6ea1b3b Signed-off-by: smarcet diff --git a/database/migrations/model/Version20201018045210.php b/database/migrations/model/Version20201018045210.php new file mode 100644 index 0000000..75ac678 --- /dev/null +++ b/database/migrations/model/Version20201018045210.php @@ -0,0 +1,38 @@ +addSql($sql); + + $sql = <<addSql($sql); + + $sql = <<addSql($sql); + } + + /** + * @param Schema $schema + */ + public function down(Schema $schema) + { + + } +}