Absolutely.  One of the things you&#39;ll find to is that where data is stored will shift on you depending on whether the field is isolated to one node type only or if it is shared, etc..  As Domenic said, it really is best to use the regular node api for this sort of thing rather than try to cram it in via direct SQL queries against the DB.<br>
<br><div class="gmail_quote">On Fri, Nov 20, 2009 at 4:41 PM, Domenic Santangelo <span dir="ltr">&lt;<a href="mailto:domenics@gmail.com">domenics@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
CCK is black magic... better not to try and decipher the db structure<br>
which at times seems kind of arbitrary to me.<br>
<br>
The better way is to write a fn that loops thru the nodes you want to<br>
batch add to, do a node_load() on them, modify the desired fields,<br>
then node_save().<br>
<br>
HTH,<br>
-Dom<br>
<div><div></div><div class="h5"><br>
On Nov 20, 2009, at 1:07 PM, Scott wrote:<br>
<br>
&gt; I found where the data went by exporting the sites database.  Rather<br>
&gt; than create a new table named content_field_street_name, as I would<br>
&gt; have<br>
&gt; expected, it created content_type_[content_type_name].  This table has<br>
&gt; fields: vid, nid and field_street_name_value.  I&#39;m about out of time<br>
&gt; today but I wonder what would&#39;ve happened had I added two new fields<br>
&gt; to<br>
&gt; this CCK type.<br>
&gt;<br>
&gt;<br>
&gt; On Fri, 2009-11-20 at 12:07 -0800, Scott wrote:<br>
&gt;&gt; I&#39;ve created a new field for a CCK type and it works fine in my<br>
&gt;&gt; drupal<br>
&gt;&gt; site.  My problem is that it does not show up in mysql command line<br>
&gt;&gt; interface or with phpmyadmin.  This is confusing to me.  I can<br>
&gt;&gt; modify,<br>
&gt;&gt; add and delete data using the edit node function when viewing a<br>
&gt;&gt; page, so<br>
&gt;&gt; I know the data is somewhere, however, I wish to do a batch load of<br>
&gt;&gt; this<br>
&gt;&gt; field with mysql.<br>
&gt;&gt;<br>
&gt;<br>
&gt; --<br>
&gt; [ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
<br>
--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
</div></div></blockquote></div><br>