'boolean', 'meta' => 'array', ]; public function datasets() { return $this->hasMany(MigrationDataset::class, 'source_id'); } }