Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • Let me rephrase, then: how do I force SQLite3 to ".dump" including column names? My problem is I want to dump a DB with less columns and import into a different one which has some added column, setting the excess columns to NULL/default as specified by whoever "enhanced" the DB. What I have available is: the old DB and the schema for the new DB. I can safely assume the two schemas differ only due to added tables (ok to leave them empty) or because of added columns (to be filled by default/null values as defined in the schema). Commented Jun 13, 2016 at 9:07
  • @ZioByte You better rephrase your question and provide the necessary details so we can see what your real problem is: stackoverflow.com/help/how-to-ask Commented Jun 13, 2016 at 9:45