From 9b6406902cdf4e2442800921fcf6bb37f42bb102 Mon Sep 17 00:00:00 2001 From: smarcet Date: Sun, 18 Oct 2020 01:55:03 -0300 Subject: [PATCH] Fix on mapping Change-Id: I9f7a34d1cf9c9779be508e191ee8731eb6ea1b3b Signed-off-by: smarcet --- .../model/Version20201018045210.php | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 database/migrations/model/Version20201018045210.php diff --git a/database/migrations/model/Version20201018045210.php b/database/migrations/model/Version20201018045210.php new file mode 100644 index 00000000..75ac6781 --- /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) + { + + } +}