array ( 'created_at' => array ( 'type' => 'datetime', 'default' => '0000-00-00 00:00:00', ), 'post_id' => array ( 'type' => 'int(11)', 'default' => NULL, ), 'user_id' => array ( 'type' => 'int(11)', 'default' => NULL, ), 'reason' => array ( 'type' => 'varchar(512)', 'default' => NULL, ), 'is_resolved' => array ( 'type' => 'tinyint(1)', 'default' => '0', ), ), 1 => array ( ), ) ;