Referencing tables: None
| Field | Data type | Description | Referenced table |
|---|---|---|---|
| rock | int | rock | |
| mineral | int | rock | |
| mineral_type | int | rock_mineral_type | |
| is_primary | tinyint | ||
| description | varchar | ||
| description_en | varchar | ||
| sort | int | ||
| remarks | text | ||
| id | int(auto increment) | ||
| timestamp | datetime |