Commit 5bf59343439cb7382a8d5c5c6a11479f00dc2bf0
1 parent
27f3d0f6
completely remove the "indexed" attribute
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
types/model/columns.anubis
| ... | ... | @@ -14,7 +14,6 @@ transmit calexium_lib/web/CXM_json.anubis |
| 14 | 14 | |
| 15 | 15 | public type HK_Model_Attr: |
| 16 | 16 | unique, // by default, the values in a column are not required to be all different |
| 17 | -// indexed, // by default, a column is not indexed | |
| 18 | 17 | default(String), // default value (used in case of creation of a NON NULL column |
| 19 | 18 | // in a table which already contains some rows) |
| 20 | 19 | not_null. | ... | ... |