This website works better with JavaScript.
Home
Help
Sign In
free-sun
/
Inspection
Watch
9
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
576
Commits
1
Branch
0
Tags
86 MiB
Tree:
f7d18e6f45
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'f7d18e6f45'
${ noResults }
Inspection
/
script
/
1.0.5
/
schema
/
1.point_add.sql
7 lines
119 B
Raw
Normal View
History
(*)点位新增"设备编号"、“设备型号”字段
2 years ago
alter
table
point
add
equipment_no
varchar
(
255
)
;
alter
table
point
add
equipment_model
varchar
(
255
)
;