mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
locked podcasts
This commit is contained in:
@@ -16,10 +16,13 @@ class CreatePodcastsTable extends Migration
|
||||
$table->id();
|
||||
$table->string('guid')
|
||||
->unique();
|
||||
$table->boolean('locked')
|
||||
->default(true);
|
||||
$table->string('title');
|
||||
$table->string('link');
|
||||
$table->string('language_code');
|
||||
$table->json('data');
|
||||
$table->json('data')
|
||||
->nullable();
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user