Adding Columns to an existing table

How do I add a column to an existing query table in metabase? I don’t have values for the column yet I just want blank cells under the column and to add the values in later

Hi @Sheajj
That’s not how Metabase works, but you have two options:

  1. Use a Custom Column on the questions:
    https://www.metabase.com/docs/latest/users-guide/custom-questions.html#creating-custom-columns
  2. Or change your schema in your database, so the columns are added there, and then manually sync:
    https://www.metabase.com/docs/latest/administration-guide/01-managing-databases.html#database-syncing