Creating database Views,Functions,SP in Nextcloud

Is it safe to build views, functions, and stored procedures inside the Nextcloud database? Would they get overwritten in updates? I’m using the Forms app for some data entry from users. I’m needing to build some views to create reports. I am hoping those can just live in the Nextcloud database space. Any reason not to do this?

Yes.

No.

I would just change the table prefix from oc_ to something else.

Good. Thanks!

1 Like