Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
Laisi_AutoMES2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jiawei.su
Laisi_AutoMES2
Commits
0aa7939e
Commit
0aa7939e
authored
Jan 20, 2021
by
xin.yang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug
parent
4f87d541
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
DB.script
Server/Infrastructure/Script/DB.script
+8
-8
No files found.
Server/Infrastructure/Script/DB.script
View file @
0aa7939e
...
@@ -177,7 +177,7 @@ SET FOREIGN_KEY_CHECKS = 0;
...
@@ -177,7 +177,7 @@ SET FOREIGN_KEY_CHECKS = 0;
-- 工装类型维护
-- 工装类型维护
-- Table structure for siger_automation_fixture_tools_category
-- Table structure for siger_automation_fixture_tools_category
-- ----------------------------
-- ----------------------------
CREATE TABLE IF NOT EX
SIT
`siger_automation_fixture_tools_category` (
CREATE TABLE IF NOT EX
ISTS
`siger_automation_fixture_tools_category` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(45) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '名称',
`name` varchar(45) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '名称',
`guid` varchar(45) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
`guid` varchar(45) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
...
@@ -194,7 +194,7 @@ CREATE TABLE IF NOT EXSIT `siger_automation_fixture_tools_category` (
...
@@ -194,7 +194,7 @@ CREATE TABLE IF NOT EXSIT `siger_automation_fixture_tools_category` (
-- 工装台账信息
-- 工装台账信息
-- Table structure for siger_automation_fixture_tools
-- Table structure for siger_automation_fixture_tools
-- ----------------------------
-- ----------------------------
CREATE TABLE IF NOT EX
SIT
`siger_automation_fixture_tools` (
CREATE TABLE IF NOT EX
ISTS
`siger_automation_fixture_tools` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`id` int(11) NOT NULL AUTO_INCREMENT,
`guid` varchar(45) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
`guid` varchar(45) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
`category` varchar(45) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '工装类别siger_automation_fixture_tools_category.guid',
`category` varchar(45) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '工装类别siger_automation_fixture_tools_category.guid',
...
@@ -219,7 +219,7 @@ CREATE TABLE IF NOT EXSIT `siger_automation_fixture_tools` (
...
@@ -219,7 +219,7 @@ CREATE TABLE IF NOT EXSIT `siger_automation_fixture_tools` (
-- 工装装配信息
-- 工装装配信息
-- Table structure for siger_automation_fixture_tools_assembly
-- Table structure for siger_automation_fixture_tools_assembly
-- ----------------------------
-- ----------------------------
CREATE TABLE IF NOT EX
SIT
`siger_automation_fixture_tools_assembly` (
CREATE TABLE IF NOT EX
ISTS
`siger_automation_fixture_tools_assembly` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`id` int(11) NOT NULL AUTO_INCREMENT,
`guid` varchar(45) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
`guid` varchar(45) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
`parent` varchar(45) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '父类工装GUID',
`parent` varchar(45) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '父类工装GUID',
...
@@ -238,7 +238,7 @@ CREATE TABLE IF NOT EXSIT `siger_automation_fixture_tools_assembly` (
...
@@ -238,7 +238,7 @@ CREATE TABLE IF NOT EXSIT `siger_automation_fixture_tools_assembly` (
-- 工装类型应产品
-- 工装类型应产品
-- Table structure for siger_automation_fixture_tools_product
-- Table structure for siger_automation_fixture_tools_product
-- ----------------------------
-- ----------------------------
CREATE TABLE IF NOT EX
SIT
`siger_automation_fixture_tools_product` (
CREATE TABLE IF NOT EX
ISTS
`siger_automation_fixture_tools_product` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`id` int(11) NOT NULL AUTO_INCREMENT,
`guid` varchar(45) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
`guid` varchar(45) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
`fixturetools` varchar(45) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT 'siger_automation_fixture_tools.guid',
`fixturetools` varchar(45) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT 'siger_automation_fixture_tools.guid',
...
@@ -258,7 +258,7 @@ CREATE TABLE IF NOT EXSIT `siger_automation_fixture_tools_product` (
...
@@ -258,7 +258,7 @@ CREATE TABLE IF NOT EXSIT `siger_automation_fixture_tools_product` (
-- 托盘台账列表
-- 托盘台账列表
-- Table structure for siger_automation_tray
-- Table structure for siger_automation_tray
-- ----------------------------
-- ----------------------------
CREATE TABLE IF NOT EX
SIT
`siger_automation_tray` (
CREATE TABLE IF NOT EX
ISTS
`siger_automation_tray` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`id` int(11) NOT NULL AUTO_INCREMENT,
`locationid` int(11) NOT NULL DEFAULT 0 COMMENT '储位位置',
`locationid` int(11) NOT NULL DEFAULT 0 COMMENT '储位位置',
`fixturetools` varchar(45) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '工装GUID',
`fixturetools` varchar(45) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '工装GUID',
...
@@ -277,7 +277,7 @@ CREATE TABLE IF NOT EXSIT `siger_automation_tray` (
...
@@ -277,7 +277,7 @@ CREATE TABLE IF NOT EXSIT `siger_automation_tray` (
-- 工位属性
-- 工位属性
-- Table structure for siger_automation_section_property
-- Table structure for siger_automation_section_property
-- ----------------------------
-- ----------------------------
CREATE TABLE IF NOT EX
SIT
`siger_automation_section_property` (
CREATE TABLE IF NOT EX
ISTS
`siger_automation_section_property` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`id` int(11) NOT NULL AUTO_INCREMENT,
`guid` varchar(45) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
`guid` varchar(45) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
`sectionid` int(11) NOT NULL DEFAULT 0 COMMENT '工位ID',
`sectionid` int(11) NOT NULL DEFAULT 0 COMMENT '工位ID',
...
@@ -296,7 +296,7 @@ CREATE TABLE IF NOT EXSIT `siger_automation_section_property` (
...
@@ -296,7 +296,7 @@ CREATE TABLE IF NOT EXSIT `siger_automation_section_property` (
-- 自动线路径
-- 自动线路径
-- Table structure for siger_automation_section_route
-- Table structure for siger_automation_section_route
-- ----------------------------
-- ----------------------------
CREATE TABLE IF NOT EX
SIT
`siger_automation_section_route` (
CREATE TABLE IF NOT EX
ISTS
`siger_automation_section_route` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`id` int(11) NOT NULL AUTO_INCREMENT,
`guid` varchar(45) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
`guid` varchar(45) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
`sectionid` int(11) NOT NULL DEFAULT 0 COMMENT '产线',
`sectionid` int(11) NOT NULL DEFAULT 0 COMMENT '产线',
...
@@ -314,7 +314,7 @@ CREATE TABLE IF NOT EXSIT `siger_automation_section_route` (
...
@@ -314,7 +314,7 @@ CREATE TABLE IF NOT EXSIT `siger_automation_section_route` (
-- 任务清单管理
-- 任务清单管理
-- Table structure for siger_automation_task_list
-- Table structure for siger_automation_task_list
-- ----------------------------
-- ----------------------------
CREATE TABLE IF NOT EX
SIT
`siger_automation_task_list` (
CREATE TABLE IF NOT EX
ISTS
`siger_automation_task_list` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`id` int(11) NOT NULL AUTO_INCREMENT,
`guid` varchar(45) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
`guid` varchar(45) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
`sectionid` int(11) NOT NULL DEFAULT 0 COMMENT '工位ID',
`sectionid` int(11) NOT NULL DEFAULT 0 COMMENT '工位ID',
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment