- capitalize type attribute for datacite standard
- DatasetExtension filter persons
This commit is contained in:
parent
84deb7c457
commit
69f6f250b9
9 changed files with 41 additions and 29 deletions
|
@ -27,7 +27,7 @@ class CreatePersonsTable extends Migration
|
|||
$table->string('identifier_misc', 50)->nullable();
|
||||
$table->boolean('status')->nullable()->default(1);
|
||||
$table->integer('registered_at')->nullable();
|
||||
$table->string('name_type', 50)->nullable();
|
||||
$table->enum('name_type', ['author', 'contributor', 'other'])->nullable();
|
||||
});
|
||||
|
||||
Schema::create('link_documents_persons', function (Blueprint $table) {
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue