~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/columntypes.rst

  • Committer: Mark Atwood
  • Date: 2011-08-17 06:10:57 UTC
  • Revision ID: me@mark.atwood.name-20110817061057-7hsj5c0dc4n3grrr
link docs/ipv6_data_type.rst to TOC in docs/columntypes.rst

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
A SERIAL is a meta type that creates a column where a number is inserted in
62
62
increasing order as rows are inserted into the table. The actual type is a
63
63
BIGINT.
 
64
 
 
65
.. toctree::
 
66
   :maxdepth: 2
 
67
 
 
68
   ipv6_data_type
 
69