Caveat #1
We can't add tables or columns while recordkeeping. We (the developers) create all of the tables and columns up front.
After we deploy the app, users only create, read, update, and delete (CRUD) rows in our tables.
Users can CRUD a million rows per second if they want to. They can't add any tables or columns.