|
|
@@ -24,7 +24,8 @@ class CreateWbwTemplatesTable extends Migration
|
|
|
$table->string('gramma',64);
|
|
|
$table->string('part',1024);
|
|
|
$table->string('style',64);
|
|
|
- $table->timestamps();
|
|
|
+ $table->timestamp('created_at')->useCurrent();
|
|
|
+
|
|
|
$table->index(["book", "paragraph", "wid"]);
|
|
|
$table->index(["book", "paragraph"]);
|
|
|
});
|