论文订单管理系统数据库初始化

✓ 数据库创建成功

✓ thesis_orders 表创建成功

ℹ 索引 idx_thesis_name 已存在

ℹ 索引 idx_thesis_phone 已存在

ℹ 索引 idx_thesis_type 已存在

ℹ 索引 idx_thesis_order_date 已存在

ℹ 索引 idx_thesis_created_at 已存在

ℹ 数据表已有 2 条记录,跳过示例数据插入

表结构验证:

字段名类型是否为空默认值额外
idint(11)NOPRIauto_increment
namevarchar(100)NOMUL
phonevarchar(20)NOMUL
id_cardvarchar(20)YES
unitvarchar(200)YES
typeenum('论文','软著')NOMUL论文
levelenum('中级','副高')YES
publication_namevarchar(200)YES
database_sourceenum('期刊','龙源','维普','万方','知网')YES
titlevarchar(500)YES
publish_channelenum('期刊','维普渠道','卢渠道','张渠道')YES
total_amountdecimal(10,2)YES0.00
paid_amountdecimal(10,2)YES0.00
cost_amountdecimal(10,2)YES0.00
differencedecimal(10,2)YES0.00
order_datedateYESMUL
manuscript_filevarchar(500)YES
auxiliary_filestextYES
notestextYES
created_attimestampYESMULCURRENT_TIMESTAMP
updated_attimestampYESCURRENT_TIMESTAMPon update CURRENT_TIMESTAMP

数据预览(最新5条):

ID姓名电话类型标题应收款已收款差额收单日期
2李四13900139002软著智能教学管理系统¥2,500.00¥2,500.00¥0.002024-02-20
1张三13800138001论文基于深度学习的图像识别技术研究¥3,000.00¥2,000.00¥1,000.002024-01-15

🎉 论文订单管理系统数据库初始化完成!

功能特点:

点击这里返回管理系统