List:Commits« Previous MessageNext Message »
From:plavin Date:September 26 2006 4:10pm
Subject:svn commit - mysqldoc@docsrva: r3459 - trunk/workbench
View as plain text  
Author: plavin
Date: 2006-09-26 18:10:34 +0200 (Tue, 26 Sep 2006)
New Revision: 3459

Log:
Save changes to new chapter

Modified:
   trunk/workbench/using.xml


Modified: trunk/workbench/using.xml
===================================================================
--- trunk/workbench/using.xml	2006-09-26 15:25:55 UTC (rev 3458)
+++ trunk/workbench/using.xml	2006-09-26 16:10:34 UTC (rev 3459)
Changed blocks: 5, Lines Added: 100, Lines Deleted: 8; 3624 bytes

@@ -21,7 +21,7 @@
 
     <para>
       You may begin by using the <literal>test</literal> schema shown in
-      the <literal>schemata</literal> panel on your right.
+      the <literal>schemata</literal> panel on the right.
     </para>
 
     <para>

@@ -35,7 +35,7 @@
     <para>
       Click on the <guibutton>arrow</guibutton> icon to the right of
       your new schema in order to see all the elements in the object
-      tree.
+      tree. Those elements are:
     </para>
 
     <itemizedlist>

@@ -86,8 +86,8 @@
 
     <note>
       <para>
-        &workbench; is alpha software. We will only deal
-        with elements that are currently implemented.
+        &workbench; is alpha software. We will only deal with elements
+        that are currently implemented.
       </para>
     </note>
 

@@ -103,11 +103,101 @@
     </para>
 
     <para>
-      To create a table right the schema in the
-      <literal>Object Tree</literal> and choose the
-      <guimenu>Create MySQL Table</guimenu>. 
+      To create a table right click the schema in the <literal>Object
+      Tree</literal> and choose the <guimenu>Create MySQL
+      Table</guimenu> option.
     </para>
 
+    <para>
+      This will open a panel at the bottom of the screen similar to the
+      figure shown below:
+    </para>
+
+    <figure id="create-table">
+      <title>Creating a table</title>
+      <mediaobject>
+        <imageobject>
+          <imagedata fileref="images/create-table.png" format="PNG" lang="en"/>
+        </imageobject>
+        <textobject>
+          <phrase lang="en">Creating a table</phrase>
+        </textobject>
+      </mediaobject>
+    </figure>
+
+    <para>
+      This panel has seven tabs along the bottom. The first tab is the
+      table information view and is the default view.
+    </para>
+
+    <para>
+      In this view you may add a table name, engine type, collation, and
+      comment.
+    </para>
+
+    <para>
+      To apply your changes click the <guibutton>Apply
+      Changes</guibutton> button shown on the lower left in
+      <xref linkend="create-table" />. This button will only be enabled
+      there are changes that have not been applied. To back out of any
+      changes choose the <guibutton>Discard Changes</guibutton> button.
+      Again, this button will only be enabled if there are changes to
+      discard.
+    </para>
+
+    <section>
+
+      <title>Adding Columns</title>
+
+      <para>
+        Add columns to your table by choosing the
+        <literal>columns</literal> tab.
+      </para>
+
+      <para>
+        You may choose the name, data type, default value, and collation
+        for each column.
+      </para>
+
+      <para>
+        New columns may be added using the column details frame in the
+        lower part of the screen
+      </para>
+
+    </section>
+
+    <section>
+
+      <title>Adding Indices</title>
+
+      <para></para>
+
+    </section>
+
+    <section>
+
+      <title>Adding Foreign Keys</title>
+
+      <para></para>
+
+    </section>
+
+    <section>
+
+      <title>Adding Triggers</title>
+
+      <para></para>
+
+    </section>
+
+    <section>
+
+      <title>Adding Table Options</title>
+
+      <para></para>
+
+    </section>
+
   </section>
 
   <section>

@@ -119,7 +209,9 @@
     </para>
 
     <para>
-      To create a view
+      To create a view right click the schema in the <literal>Object
+      Tree</literal> and choose the <guimenu>Create MySQL View</guimenu>
+      option.
     </para>
 
   </section>


Thread
svn commit - mysqldoc@docsrva: r3459 - trunk/workbenchplavin26 Sep