The created_at, updated_at and deleted_at all should never have a field in the create/edit view. Those are handled by Laravel and aren't meant to be added or modified manually.
Maybe we could have something in the config/generator.php where we can specify which columns to not generate fields for for the create/edit views? I've been find/replacing them manually for now.