Skip to content

Commit ebe5920

Browse files
committed
fix typo
1 parent aefedf4 commit ebe5920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/migrations/2024_11_15_191942_create_sites_table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public function up(): void
1515
$table->string('url')->index();
1616
$table->string('key');
1717
$table->string('php_version');
18-
$table->string('ddb_type');
18+
$table->string('db_type');
1919
$table->string('db_version');
2020
$table->string('cms_version')->index();
2121
$table->string('server_os');

0 commit comments

Comments
 (0)