Hi,
To clarify, our platform currently supports importing schemas, but not the actual data.
This could explain why your columns are empty after importing the .sql file. Importing data is typically a complex process and can vary greatly depending on the specifics of the schema.
However, you can use our interface to make any necessary adjustments to the schema at any stage of your project and then redeploy.
Here’s a brief guide to help you through the process:
- Ensure that the .sql file includes both the schema and the data inserts. If data inserts are missing, you’ll need to add them manually or import the data separately.
- Use our platform to modify the schema as needed. This can include adding new tables, columns, or changing data types.
- If you have a separate data file, you can manually import this data into your database using SQL commands or a database management tool.
- Once your schema is adjusted and your data is in place, deploy your project to see the changes.
If you need further assistance with any of these steps or have more questions, feel free to reach out.