mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-02-03 17:48:30 +00:00
(add remaining validation tests)
This commit is contained in:
@@ -17,14 +17,14 @@ class CreateConcertsTable extends Migration
|
||||
$table->increments('id');
|
||||
$table->string('title');
|
||||
$table->string('subtitle')->nullable();
|
||||
$table->text('additional_information')->nullable();
|
||||
$table->datetime('date');
|
||||
$table->integer('ticket_price');
|
||||
$table->string('venue');
|
||||
$table->string('venue_address');
|
||||
$table->string('city');
|
||||
$table->string('state');
|
||||
$table->string('zip');
|
||||
$table->text('additional_information');
|
||||
$table->integer('ticket_price');
|
||||
$table->datetime('published_at')->nullable();
|
||||
$table->timestamps();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user