added primary keys to the new db tables

This commit is contained in:
2019-05-30 00:43:06 -05:00
parent df21c42353
commit a786730ca6
6 changed files with 129 additions and 29 deletions

View File

@@ -8,6 +8,7 @@ use Illuminate\Queue\InteractsWithQueue;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Foundation\Bus\Dispatchable;
use Log;
use DB;
//App Library
use App\Library\Structures\StructureHelper;