Merge branch 'master' of ssh://kyberia.cz/srv/git/kyberia-bloodline
[mirrors/Kyberia-bloodline.git] / sql / mysql / create_node_content.sql
1 CREATE TABLE node_content (
2 node_id int(13) NOT NULL default '0',
3 node_content text,
4 ) TYPE=MyISAM
This page took 0.241696 seconds and 4 git commands to generate.