< Extension:ORES
mysql> describe ores_classification; +--------------------+---------------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +--------------------+---------------------+------+-----+---------+----------------+ | oresc_id | bigint(20) unsigned | NO | PRI | NULL | auto_increment | | oresc_rev | int(10) unsigned | NO | MUL | NULL | | | oresc_model | smallint(6) | NO | MUL | NULL | | | oresc_class | tinyint(4) | NO | | NULL | | | oresc_probability | decimal(3,3) | NO | | NULL | | | oresc_is_predicted | tinyint(1) | NO | | NULL | | +--------------------+---------------------+------+-----+---------+----------------+
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.