removing auto column from docs

This commit is contained in:
Blake Eggleston
2013-07-05 17:44:25 -07:00
parent 779a960edb
commit 8091278d6a

View File

@@ -146,6 +146,3 @@ Model Attributes
*Optional.* Sets the name of the keyspace used by this model. Defaulst to cqlengine
Automatic Primary Keys
======================
CQL requires that all tables define at least one primary key. If a model definition does not include a primary key column, cqlengine will automatically add a uuid primary key column named ``id``.