Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
patzn-cloud-service-hmhj
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
wangweidong
patzn-cloud-service-hmhj
Commits
8edf2d9c
Commit
8edf2d9c
authored
Jul 22, 2021
by
ghxdhr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改sql-公司id
parent
a8deeb8c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
+4
-1
20210722新增标准样品表.sql
src/test/java/resources/db_sql/hmhj/v148/20210722新增标准样品表.sql
+4
-1
No files found.
src/test/java/resources/db_sql/hmhj/v148/20210722新增标准样品表.sql
View file @
8edf2d9c
-- gh
x
-- gh
x
...
@@ -7,6 +7,7 @@ CREATE TABLE "public"."standard_sample" (
...
@@ -7,6 +7,7 @@ CREATE TABLE "public"."standard_sample" (
"cid"
int8
,
"cid"
int8
,
"ctime"
timestamp
(
0
),
"ctime"
timestamp
(
0
),
"deleted"
int2
,
"deleted"
int2
,
"company_id"
int8
,
PRIMARY
KEY
(
"id"
)
PRIMARY
KEY
(
"id"
)
)
)
;
;
...
@@ -22,3 +23,5 @@ COMMENT ON COLUMN "public"."standard_sample"."cid" IS '创建人id';
...
@@ -22,3 +23,5 @@ COMMENT ON COLUMN "public"."standard_sample"."cid" IS '创建人id';
COMMENT
ON
COLUMN
"public"
.
"standard_sample"
.
"ctime"
IS
'创建时间'
;
COMMENT
ON
COLUMN
"public"
.
"standard_sample"
.
"ctime"
IS
'创建时间'
;
COMMENT
ON
COLUMN
"public"
.
"standard_sample"
.
"deleted"
IS
'是否删除(0否1是)'
;
COMMENT
ON
COLUMN
"public"
.
"standard_sample"
.
"deleted"
IS
'是否删除(0否1是)'
;
COMMENT
ON
COLUMN
"public"
.
"standard_sample"
.
"company_id"
IS
'公司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