Compare commits
4 Commits
master
...
feature/cr
| Author | SHA1 | Date | |
|---|---|---|---|
| 14ec8182b0 | |||
| 4122cd1fdd | |||
| af2d907ce2 | |||
| 72c7737919 |
@@ -14,7 +14,7 @@ class CreateTheClassTable extends Migration {
|
|||||||
{
|
{
|
||||||
Schema::create('TheClass', function(Blueprint $table)
|
Schema::create('TheClass', function(Blueprint $table)
|
||||||
{
|
{
|
||||||
$table->integer('CID', true);
|
$table->integer('C_ID', true);
|
||||||
$table->string('name', 50)->comment('類別名稱');
|
$table->string('name', 50)->comment('類別名稱');
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
14247
package-lock.json
generated
14247
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -12,7 +12,7 @@
|
|||||||
$ composer install
|
$ composer install
|
||||||
|
|
||||||
### 3. 安裝前端相關函式庫
|
### 3. 安裝前端相關函式庫
|
||||||
$ npm install
|
$ yarn install
|
||||||
|
|
||||||
### 4. 設定 .env 檔
|
### 4. 設定 .env 檔
|
||||||
將 `.env.example` 複製成 `.env`。
|
將 `.env.example` 複製成 `.env`。
|
||||||
|
|||||||
Reference in New Issue
Block a user