Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
projectplan_gzy
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
班迪
projectplan_gzy
Merge requests
!40
Feature/xueyawei
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature/xueyawei
feature/xueyawei
into
develop
Overview
0
Commits
2
Pipelines
1
Changes
39
Merged
班迪
requested to merge
feature/xueyawei
into
develop
4 years ago
Overview
0
Commits
2
Pipelines
1
Changes
39
Expand
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
a907e602
2 commits,
4 years ago
39 files
+
205
−
189
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
39
Search (e.g. *.vue) (Ctrl+P)
Document/2.设计/5.数据库设计/表设计模板.md
+
21
−
15
Options
# 绩效指标表(project_target)
| 字段 | 类型 | 允许空 | 默认值 | 描述 |
| ------------ | ------------ | ------ | -------------------- | -------------- |
| id | bigint | NO | - | - |
| year | int | NO | | 年份 |
| targetName | varchar | NO | | 绩效指标名称 |
| targetCode | varchar | NO | | 绩效指标编号 |
| parent | bigint | YES | | 上级绩效指标id |
| | | | | |
| creator | bigint | YES | - | 创建者 |
| updator | bigint | YES | - | 更新者 |
| remark | varchar(128) | YES | - | 备注 |
| available | varchar(32) | NO | YES | 是否可用 |
| create_date | datetime | NO | CURRENT_TIMESTAMP | 创建时间 |
| update_date | datetime | NO | CURRENT_TIMESTAMP | 更新时间 |
| version_date | timestamp(3) | NO | CURRENT_TIMESTAMP(3) | 版本时间戳 |
| 字段 | 类型 | 允许空 | 默认值 | 描述 |
| -------------- | ------------ | ------ | -------------------- | -------------- |
| id | bigint | NO | - | - |
| year | int | YES | | 年份 |
| projectName | varchar | YES | | |
| departmentName | varchar | YES | | 绩效指标编号 |
| departmentCode | varchar | YES | | 上级绩效指标id |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| creator | bigint | YES | - | 创建者 |
| updator | bigint | YES | - | 更新者 |
| remark | varchar(128) | YES | - | 备注 |
| available | varchar(32) | NO | YES | 是否可用 |
| create_date | datetime | NO | CURRENT_TIMESTAMP | 创建时间 |
| update_date | datetime | NO | CURRENT_TIMESTAMP | 更新时间 |
| version_date | timestamp(3) | NO | CURRENT_TIMESTAMP(3) | 版本时间戳 |