-
Notifications
You must be signed in to change notification settings - Fork 1
Admin
Eugene Mah edited this page Oct 18, 2023
·
7 revisions
Many administrative and maintenance tasks for the equipment data base can be performed from the command line using Laravel Artisan commands. All of the available artisan commands can be displayed by using php artisan list
.
Artisan commands specifically used for administering RadDB are listed below
- lut:add - Add a new entry to one of the lookup tables.
- lut:delete - Delete an entry from one of the lookup tables.
- lut:edit - Edit an entry in one of the lookup tables.
- lut:list - List the entries from one of the lookup tables.
- machine:add - Add a new machine to the database.
- machine:edit - Edit a machine in the database.
- survey:add - Add a new survey for a machine.
- surveyreport:add - Upload a survey report to the database.
- import:gendata - Import generator data from a spreadsheet.