Skip to content
Eugene Mah edited this page Oct 18, 2023 · 7 revisions

RadDB Administration and Maintenance

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

Lookup tables

  • 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.

Machines

Surveys

Tubes

Data import

Clone this wiki locally