I'm beginning the process of converting from Slashcode to Drupal. There's a very old slash2drual script out there, and I'm h aving some troubles understanding the Nodes tables. The Slashcode tables seem to be a little less complicated.
There are only 2 tables in Slashcode that hold the stories, can anyone help me map these into Drupal? Everything depends on the stoid field. Other fields that I think need to come over include uid (user id), time, discussion (used by the comments table), and tid (topic ID). From the story_text I think we just need title, introtext and bodytext.
Which nodes tables do I need to drop these things into?
mysql> describe stories;
+---------------+-----------------------+------+-----+---------------------+----------------+
| Field | Type | Null | Key | Default | Extra |
+---------------+-----------------------+------+-----+---------------------+----------------+
| stoid | mediumint(8) unsigned | | PRI | NULL | auto_increment |
| sid | varchar(16) | | UNI | | |
| uid | mediumint(8) unsigned | | MUL | 0 | |
| dept | varchar(100) | YES | | NULL | |