Update dan Bugs Fix
This commit is contained in:
@@ -15,6 +15,7 @@ class CreateMstJenisbelanjaTable extends Migration
|
||||
{
|
||||
Schema::create('mst_jenis_belanja', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->string('kode', 20);
|
||||
$table->string('name', 300);
|
||||
$table->string('description');
|
||||
$table->timestamps();
|
||||
|
||||
@@ -15,6 +15,7 @@ class CreateMstSubJenisBelanjaTable extends Migration
|
||||
{
|
||||
Schema::create('mst_sub_jenis_belanja', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->string('kode', 20);
|
||||
$table->integer('id_jenis_belanja');
|
||||
$table->string('name',300);
|
||||
$table->string('description');
|
||||
|
||||
Reference in New Issue
Block a user