incubator-answer icon indicating copy to clipboard operation
incubator-answer copied to clipboard

Content bulk import

Open mightywomble opened this issue 2 years ago • 1 comments

I have about 200 kb articles I'd like to import into answers I'm backed out to a mysql database

Can I SQL import data straight into the database and have it visible in answers?

What do I need to know to do this? What fields in what table are essential?

mightywomble avatar May 16 '23 20:05 mightywomble

@mightywomble For the definition of the database fields you can refer to the following document. https://answer.dev/docs/database For importing data the question, answer, tag, and user tables are the essentials.

LinkinStars avatar May 17 '23 01:05 LinkinStars