table-create.stub 76 B

123
  1. Schema::create('[TableName]', function (Blueprint $table) {
  2. [Schema]
  3. });