你的浏览器禁用了JavaScript, 请开启后刷新浏览器获得更好的体验!
输入关键字进行搜索
搜索:
没有找到相关结果
细佬虫虫
赞同来自: 习惯把你宠坏
宋小北 - 正在输入...
赞同来自:
习惯把你宠坏
要回复问题请先登录或注册
3 个回复
细佬虫虫
赞同来自: 习惯把你宠坏
$table->increments('id');
$table->string('session_id',50)->comment('SessionId');
$table->string('product_name',150)->comment('产品名称');
$table->string('name',50)->comment('收货人姓名');
$table->string('mobile',20)->comment('手机号码');
$table->string('telephone',50)->nullable()->comment('固定电话');
$table->string('address',50)->comment('详细地址');
$table->string('contact',50)->nullable()->comment('邮箱/QQ');
$table->tinyInteger('payment')->default(0)->unsigned()->comment('付款方式');
$table->tinyInteger('status')->default(0)->unsigned()->comment('订单状态')->index();
$table->text('message')->nullable()->comment('留言');
$table->timestamps();
});
宋小北 - 正在输入...
赞同来自:
习惯把你宠坏
赞同来自: