Added Country table and import script

This commit is contained in:
Frank Schubert
2024-02-20 15:42:11 +01:00
parent 6527c67d31
commit c83fc9bcca
4 changed files with 277 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
<?php
class Country extends mfBaseModel {
}