[ /* * Name of the tables created by the migrations * and used by the models of this package. */ 'tables' => [ 'surveys' => 'surveys', 'sections' => 'sections', 'questions' => 'questions', 'entries' => 'entries', 'answers' => 'answers', ], ], ];