box.info.schema_version
-
box.info.
schema_version
¶ Since: 2.11.0
The database schema version. A schema version is a number that indicates whether the database schema is changed. For example, the
schema_version
value grows if a space or index is added or deleted, or a space, index, or field name is changed.Rtype: number Example
sharded_cluster_crud:storage-a-002> box.info.schema_version --- - 87 ...
See also: IPROTO_SCHEMA_VERSION