This is an old revision of the document!
Table of Contents
Description
Table: company_employee stores information of companies' employee.
Data Schema
| Field | Type | NULL | Key | Default | Extra |
|---|---|---|---|---|---|
| id | INT(11) | the unique identifier of every record in this table | |||
| stock_id | INT(11) | 证券代码 | |||
| pid | INT(11) | ||||
| position_rank | INT(11) | ||||
| position | VARCHAR(128) | ||||
| year | INT(11) | ||||
| position_id | INT(11) |
Record Example
| id | stock_id | pid | position_rank | position | year | position_id |
|---|