$table->dropColumn('field1');
$table->dropColumn('field2');$table->dropColumn([
    'field1',
    'field2',
]);
沒有留言:
張貼留言