mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-03-03 16:24:28 +08:00
增加导航链接数据库长度;
This commit is contained in:
@@ -42,7 +42,7 @@ class CreateTableNav extends Migrator
|
|||||||
$table->addColumn(ColumnFormat::stringLong('desc')->setComment('副标题描述'));
|
$table->addColumn(ColumnFormat::stringLong('desc')->setComment('副标题描述'));
|
||||||
$table->addColumn(Column::make('target','string')->setLimit(10)->setSigned(false)->setComment('网页链接打开对象,_BLANK,_SELF,iframe_name'));
|
$table->addColumn(Column::make('target','string')->setLimit(10)->setSigned(false)->setComment('网页链接打开对象,_BLANK,_SELF,iframe_name'));
|
||||||
$table->addColumn(Column::make('xcx_type','integer')->setLimit(10)->setComment('小程序打开方式,1:小程序导航页面,2:普通页面,3:web-view,4:其他小程序,5:电话'));
|
$table->addColumn(Column::make('xcx_type','integer')->setLimit(10)->setComment('小程序打开方式,1:小程序导航页面,2:普通页面,3:web-view,4:其他小程序,5:电话'));
|
||||||
$table->addColumn(Column::make('value','string')->setLimit(100)->setComment('对象值,有可能是网页链接,小程序导航页面路径,小程序普通页面路径,电话'));
|
$table->addColumn(Column::make('value','string')->setLimit(200)->setComment('对象值,有可能是网页链接,小程序导航页面路径,小程序普通页面路径,电话'));
|
||||||
$table->addColumn(Column::make('xcx_appid','string')->setLimit(30)->setComment('小程序appid,目标是其他小程序是有效'));
|
$table->addColumn(Column::make('xcx_appid','string')->setLimit(30)->setComment('小程序appid,目标是其他小程序是有效'));
|
||||||
$table->addColumn(ColumnFormat::integerTypeStatus('status')->setComment('0:下架,1:显示'));
|
$table->addColumn(ColumnFormat::integerTypeStatus('status')->setComment('0:下架,1:显示'));
|
||||||
$table->addIndex('delete_time');
|
$table->addIndex('delete_time');
|
||||||
|
|||||||
Reference in New Issue
Block a user