db structure

This commit is contained in:
Claude 2012-05-13 22:49:56 +02:00
parent dd3018e2dc
commit 1edd39a209

View File

@ -92,9 +92,6 @@ class Main extends CI_Controller
'type' => 'TINYINT', 'type' => 'TINYINT',
'constraint' => 1, 'constraint' => 1,
) , ) ,
'paste' => array(
'type' => 'LONGTEXT',
) ,
'raw' => array( 'raw' => array(
'type' => 'LONGTEXT', 'type' => 'LONGTEXT',
) , ) ,