Difference between revisions of "User:Woozle/Snorp/design/snorp story"
< User:Woozle | Snorp | design
		
		
		
		Jump to navigation
		Jump to search
		|  (starting to sketch this out) | 
| (No difference) | 
Revision as of 16:01, 28 June 2015
About
- Purpose: each record is the root node for a Story.
SQL
<mysql>
CREATE TABLE `snorp_story` ( `ID` INT NOT NULL AUTO_INCREMENT, PRIMARY KEY(`ID`) ) ENGINE = MYISAM;
</mysql>