Hello all. Is it possible, using exposed, when it receives a request, it creates a table in the data...
r
Hello all. Is it possible, using exposed, when it receives a request, it creates a table in the database?
e
You can create tables runtime using Exposed
r
Thx