laravel 利用migrate 創建數據表

1.創建一個migrate php artisan make:migration create_table_anke 2.編寫migrate創建表 Schema::create('anke', function (Blueprint $table) { $table->increments('id'); $table->string('name', 20); $table-
相關文章
相關標籤/搜索