后端spring-boot牛只数据接口和前端Vue导入按钮
This commit is contained in:
1
cursor-rules
Submodule
1
cursor-rules
Submodule
Submodule cursor-rules added at 112b6b9cc9
7
fix_cattle_data_table.sql
Normal file
7
fix_cattle_data_table.sql
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
-- 修复 cattleData 表,将 id 字段设置为自增
|
||||||
|
-- 请在数据库中执行此SQL语句
|
||||||
|
|
||||||
|
USE cattleTends;
|
||||||
|
|
||||||
|
ALTER TABLE cattleData MODIFY COLUMN id INT AUTO_INCREMENT PRIMARY KEY;
|
||||||
|
|
||||||
Reference in New Issue
Block a user