起风了

“路海长 青夜旷 越过群山追斜阳”

sql modify的使用方法

同时修改表多个字段属性的方法 ALTER TABLE `dev_order_production_schedules` modify column `current_progress_id` int default null, modify column `batch_num` varchar(255) default null 同时修改表多个字段属性和名称的方法 ALTER TABLE `payment_request_orders` change `payment_request_order_id` ...

fastadmin使用教程

1,配置好系统,并能访问(有多种方式,自选) 2,在数据库创建好表及字段,使用命令行或工具创建都行,并写好表注释及字段注释,因为注释就是管理后台显示的字段对应名称 3,使用命令生成相关文件: //生成xxz_order表的CRUD php think crud -t order //生成xxz_order表的CRUD且一键生成菜单 php th...