区别:
$table->string('some_text');
和:
$table->text('some_text');
如果你能全面,请.谢谢.
php laravel-5
laravel-5 ×1
php ×1