-
- Downloads
feat: add IpAdressMetadata model and factory with migration
- Created the IpAdressMetadata model with fillable fields and a relationship to the IpAddress model. - Implemented a factory for generating fake IpAdressMetadata data. - Added a migration for creating the ip_adress_metadata table with necessary fields and constraints.
parent
affc6da9
No related branches found
No related tags found
Showing
- app/Models/IpAdressMetadata.php 29 additions, 0 deletionsapp/Models/IpAdressMetadata.php
- database/factories/IpAdressMetadataFactory.php 23 additions, 0 deletionsdatabase/factories/IpAdressMetadataFactory.php
- database/migrations/2025_02_19_141925_create_ip_adress_metadata_table.php 24 additions, 0 deletions...ons/2025_02_19_141925_create_ip_adress_metadata_table.php
Loading
Please sign in to comment