- Timestamp:
- 10/13/21 15:44:57 (3 years ago)
- Branches:
- develop, master
- Children:
- 120759b
- Parents:
- 194a359
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
database/migrations/2021_09_29_121244_create_departments_table.php
r194a359 r24a616f 19 19 $table->string("name"); 20 20 $table->string("code"); 21 $table->string("location"); 21 22 $table->timestamps(); 22 23
Note:
See TracChangeset
for help on using the changeset viewer.