Compare commits
1 Commits
develop
...
feature/cr
Author | SHA1 | Date | |
---|---|---|---|
14ec8182b0 |
@ -14,7 +14,7 @@ class CreateTheClassTable extends Migration {
|
||||
{
|
||||
Schema::create('TheClass', function(Blueprint $table)
|
||||
{
|
||||
$table->integer('CID', true);
|
||||
$table->integer('C_ID', true);
|
||||
$table->string('name', 50)->comment('類別名稱');
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user