Compare commits
10 Commits
main
...
1d8fb1c9aa
| Author | SHA1 | Date | |
|---|---|---|---|
| 1d8fb1c9aa | |||
|
|
a85faafe90 | ||
| 33bbce47ba | |||
|
|
03033c2365 | ||
| 860ff96134 | |||
|
|
31a4e10158 | ||
| f12856f1a3 | |||
|
|
de2c05c817 | ||
|
|
7b0fa092f4 | ||
|
|
536c7d176a |
@@ -25,6 +25,8 @@ class ClassCharacteristicResource extends Resource
|
|||||||
|
|
||||||
protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack';
|
protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack';
|
||||||
|
|
||||||
|
protected static ?string $navigationGroup = 'Laser';
|
||||||
|
|
||||||
public static function form(Form $form): Form
|
public static function form(Form $form): Form
|
||||||
{
|
{
|
||||||
return $form
|
return $form
|
||||||
|
|||||||
@@ -25,6 +25,8 @@ class StickerMappingMasterResource extends Resource
|
|||||||
|
|
||||||
protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack';
|
protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack';
|
||||||
|
|
||||||
|
protected static ?string $navigationGroup = 'Master Entries';
|
||||||
|
|
||||||
public static function form(Form $form): Form
|
public static function form(Form $form): Form
|
||||||
{
|
{
|
||||||
return $form
|
return $form
|
||||||
|
|||||||
@@ -28,7 +28,6 @@ return new class extends Migration
|
|||||||
|
|
||||||
UNIQUE (name, plant_id),
|
UNIQUE (name, plant_id),
|
||||||
FOREIGN KEY (plant_id) REFERENCES plants (id)
|
FOREIGN KEY (plant_id) REFERENCES plants (id)
|
||||||
|
|
||||||
);
|
);
|
||||||
SQL;
|
SQL;
|
||||||
|
|
||||||
|
|||||||
@@ -18,6 +18,8 @@ return new class extends Migration
|
|||||||
identification1 TEXT DEFAULT NULL,
|
identification1 TEXT DEFAULT NULL,
|
||||||
identification2 TEXT DEFAULT NULL,
|
identification2 TEXT DEFAULT NULL,
|
||||||
identification3 TEXT DEFAULT NULL,
|
identification3 TEXT DEFAULT NULL,
|
||||||
|
contact_number TEXT DEFAULT NULL,
|
||||||
|
alternate_number TEXT DEFAULT NULL,
|
||||||
created_at TIMESTAMP NOT NULL DEFAULT NOW(),
|
created_at TIMESTAMP NOT NULL DEFAULT NOW(),
|
||||||
updated_at TIMESTAMP NOT NULL DEFAULT NOW(),
|
updated_at TIMESTAMP NOT NULL DEFAULT NOW(),
|
||||||
created_by TEXT DEFAULT NULL,
|
created_by TEXT DEFAULT NULL,
|
||||||
|
|||||||
Reference in New Issue
Block a user