'required|string|max_length[9]', ]; // Timestamps protected $useTimestamps = true; protected $createdField = 'created_at'; protected $updatedField = ''; // Set this if you later add an `updated_at` column protected $returnType = 'array'; // You can change this to 'object' if preferred }